FreeBSD kernel netgraph code
ng_ppp_mp_state Struct Reference

#include <ng_ppp.h>

Data Fields

int32_t rseq [NG_PPP_MAX_LINKS]
 
int32_t mseq
 
int32_t xseq
 

Detailed Description

Definition at line 108 of file ng_ppp.h.

Field Documentation

◆ mseq

int32_t ng_ppp_mp_state::mseq

Definition at line 110 of file ng_ppp.h.

Referenced by ng_ppp_rcvmsg().

◆ rseq

int32_t ng_ppp_mp_state::rseq[NG_PPP_MAX_LINKS]

Definition at line 109 of file ng_ppp.h.

Referenced by ng_ppp_rcvmsg().

◆ xseq

int32_t ng_ppp_mp_state::xseq

Definition at line 111 of file ng_ppp.h.

Referenced by ng_ppp_rcvmsg().


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