FreeBSD kernel netgraph code
ng_l2tp_sess_config Struct Reference

#include <ng_l2tp.h>

Data Fields

u_int16_t session_id
 
u_int16_t peer_id
 
u_char control_dseq
 
u_char enable_dseq
 
u_char include_length
 

Detailed Description

Definition at line 96 of file ng_l2tp.h.

Field Documentation

◆ control_dseq

u_char ng_l2tp_sess_config::control_dseq

Definition at line 99 of file ng_l2tp.h.

Referenced by ng_l2tp_newhook(), ng_l2tp_rcvdata_lower(), and ng_l2tp_reset_session().

◆ enable_dseq

u_char ng_l2tp_sess_config::enable_dseq

◆ include_length

u_char ng_l2tp_sess_config::include_length

Definition at line 101 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvdata().

◆ peer_id

u_int16_t ng_l2tp_sess_config::peer_id

Definition at line 98 of file ng_l2tp.h.

Referenced by ng_l2tp_rcvdata().

◆ session_id

u_int16_t ng_l2tp_sess_config::session_id

Definition at line 97 of file ng_l2tp.h.

Referenced by ng_l2tp_find_session(), ng_l2tp_newhook(), and ng_l2tp_rcvmsg().


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