FreeBSD kernel IPv4 code
ipoption Struct Reference

#include <ip_var.h>

Collaboration diagram for ipoption:

Data Fields

struct in_addr ipopt_dst
 
char ipopt_list [MAX_IPOPTLEN]
 

Detailed Description

Definition at line 83 of file ip_var.h.

Field Documentation

◆ ipopt_dst

struct in_addr ipoption::ipopt_dst

Definition at line 84 of file ip_var.h.

Referenced by igmp_ra_alloc(), and ip_insertoptions().

◆ ipopt_list

char ipoption::ipopt_list[MAX_IPOPTLEN]

Definition at line 85 of file ip_var.h.

Referenced by igmp_ra_alloc(), and ip_insertoptions().


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