FreeBSD kernel netgraph code
ng_one2many_config Struct Reference

#include <ng_one2many.h>

Data Fields

u_int32_t xmitAlg
 
u_int32_t failAlg
 
u_char enabledLinks [NG_ONE2MANY_MAX_LINKS]
 

Detailed Description

Definition at line 71 of file ng_one2many.h.

Field Documentation

◆ enabledLinks

u_char ng_one2many_config::enabledLinks[NG_ONE2MANY_MAX_LINKS]

Definition at line 74 of file ng_one2many.h.

Referenced by ng_one2many_rcvmsg().

◆ failAlg

u_int32_t ng_one2many_config::failAlg

Definition at line 73 of file ng_one2many.h.

Referenced by ng_one2many_rcvmsg().

◆ xmitAlg

u_int32_t ng_one2many_config::xmitAlg

Definition at line 72 of file ng_one2many.h.

Referenced by ng_one2many_rcvmsg().


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