FreeBSD kernel netgraph code
ng_l2tp_seq_config Struct Reference

#include <ng_l2tp.h>

Data Fields

u_int16_t ns
 
u_int16_t nr
 
u_int16_t rack
 
u_int16_t xack
 

Detailed Description

Definition at line 58 of file ng_l2tp.h.

Field Documentation

◆ nr

u_int16_t ng_l2tp_seq_config::nr

Definition at line 60 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvmsg(), and ng_l2tp_seq_set().

◆ ns

u_int16_t ng_l2tp_seq_config::ns

Definition at line 59 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvmsg(), and ng_l2tp_seq_set().

◆ rack

u_int16_t ng_l2tp_seq_config::rack

Definition at line 61 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvmsg(), and ng_l2tp_seq_set().

◆ xack

u_int16_t ng_l2tp_seq_config::xack

Definition at line 62 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvmsg(), and ng_l2tp_seq_set().


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