FreeBSD kernel IPv4 code
ipoptrt Struct Reference

#include <ip_options.h>

Collaboration diagram for ipoptrt:

Data Fields

struct in_addr dst
 
char nop
 
char srcopt [IPOPT_OFFSET+1]
 
struct in_addr route [MAX_IPOPTLEN/sizeof(struct in_addr)]
 

Detailed Description

Definition at line 39 of file ip_options.h.

Field Documentation

◆ dst

struct in_addr ipoptrt::dst

Definition at line 40 of file ip_options.h.

Referenced by ip_srcroute(), and save_rte().

◆ nop

char ipoptrt::nop

Definition at line 41 of file ip_options.h.

Referenced by ip_srcroute().

◆ route

struct in_addr ipoptrt::route[MAX_IPOPTLEN/sizeof(struct in_addr)]

Definition at line 43 of file ip_options.h.

Referenced by ip_srcroute().

◆ srcopt

char ipoptrt::srcopt[IPOPT_OFFSET+1]

Definition at line 42 of file ip_options.h.

Referenced by ip_srcroute(), and save_rte().


The documentation for this struct was generated from the following file: