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

Data Fields

struct ng_ppp_bund_conf conf
 
struct ng_ppp_link_stat64 bundleStats
 
struct ng_ppp_link links [NG_PPP_MAX_LINKS]
 
int32_t xseq
 
int32_t mseq
 
uint16_t activeLinks [NG_PPP_MAX_LINKS]
 
uint16_t numActiveLinks
 
uint16_t lastLink
 
uint8_t vjCompHooked
 
uint8_t allLinksEqual
 
hook_p hooks [HOOK_INDEX_MAX]
 
struct ng_ppp_frag fragsmem [MP_MAX_QUEUE_LEN]
 

Detailed Description

Definition at line 210 of file ng_ppp.c.

Field Documentation

◆ activeLinks

uint16_t ng_ppp_private::activeLinks[NG_PPP_MAX_LINKS]

Definition at line 216 of file ng_ppp.c.

◆ allLinksEqual

uint8_t ng_ppp_private::allLinksEqual

Definition at line 220 of file ng_ppp.c.

◆ bundleStats

struct ng_ppp_link_stat64 ng_ppp_private::bundleStats

Definition at line 212 of file ng_ppp.c.

◆ conf

struct ng_ppp_bund_conf ng_ppp_private::conf

Definition at line 211 of file ng_ppp.c.

◆ fragsmem

struct ng_ppp_frag ng_ppp_private::fragsmem[MP_MAX_QUEUE_LEN]

Definition at line 222 of file ng_ppp.c.

◆ hooks

hook_p ng_ppp_private::hooks[HOOK_INDEX_MAX]

Definition at line 221 of file ng_ppp.c.

◆ lastLink

uint16_t ng_ppp_private::lastLink

Definition at line 218 of file ng_ppp.c.

◆ links

struct ng_ppp_link ng_ppp_private::links[NG_PPP_MAX_LINKS]

Definition at line 213 of file ng_ppp.c.

◆ mseq

int32_t ng_ppp_private::mseq

Definition at line 215 of file ng_ppp.c.

◆ numActiveLinks

uint16_t ng_ppp_private::numActiveLinks

Definition at line 217 of file ng_ppp.c.

◆ vjCompHooked

uint8_t ng_ppp_private::vjCompHooked

Definition at line 219 of file ng_ppp.c.

◆ xseq

int32_t ng_ppp_private::xseq

Definition at line 214 of file ng_ppp.c.


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