FreeBSD kernel IPv4 code
in_ifinfo Struct Reference

#include <in_var.h>

Collaboration diagram for in_ifinfo:

Data Fields

struct lltable * ii_llt
 
struct igmp_ifsoftcii_igmp
 
struct in_multiii_allhosts
 

Detailed Description

Definition at line 63 of file in_var.h.

Field Documentation

◆ ii_allhosts

struct in_multi* in_ifinfo::ii_allhosts

Definition at line 66 of file in_var.h.

Referenced by in_aifaddr_ioctl(), and in_difaddr_ioctl().

◆ ii_igmp

struct igmp_ifsoftc* in_ifinfo::ii_igmp

Definition at line 65 of file in_var.h.

Referenced by in_domifattach(), and in_getmulti().

◆ ii_llt

struct lltable* in_ifinfo::ii_llt

Definition at line 64 of file in_var.h.

Referenced by in_domifattach(), and in_domifdetach().


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