FreeBSD kernel netgraph code
private Struct Reference
Collaboration diagram for private:

Data Fields

struct ifnet * ifp
 
hook_p upper
 
hook_p lower
 
hook_p orphan
 
u_char autoSrcAddr
 
u_char promisc
 
u_long hwassist
 
u_int flags
 
u_char lowerOrphan
 

Detailed Description

Definition at line 80 of file ng_ether.c.

Field Documentation

◆ autoSrcAddr

u_char private::autoSrcAddr

Definition at line 85 of file ng_ether.c.

◆ flags

u_int private::flags

Definition at line 88 of file ng_ether.c.

◆ hwassist

u_long private::hwassist

Definition at line 87 of file ng_ether.c.

◆ ifp

struct ifnet * private::ifp

Definition at line 81 of file ng_ether.c.

◆ lower

hook_p private::lower

Definition at line 83 of file ng_ether.c.

◆ lowerOrphan

u_char private::lowerOrphan

Definition at line 101 of file ng_gif.c.

◆ orphan

hook_p private::orphan

Definition at line 84 of file ng_ether.c.

◆ promisc

u_char private::promisc

Definition at line 86 of file ng_ether.c.

◆ upper

hook_p private::upper

Definition at line 82 of file ng_ether.c.


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