Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
l2tp_session_cfg Struct Reference

#include <l2tp_core.h>

Data Fields

enum l2tp_pwtype pw_type
 
unsigned int data_seq:2
 
unsigned int recv_seq:1
 
unsigned int send_seq:1
 
unsigned int lns_mode:1
 
int debug
 
u16 vlan_id
 
u16 offset
 
u16 l2specific_len
 
u16 l2specific_type
 
u8 cookie [8]
 
int cookie_len
 
u8 peer_cookie [8]
 
int peer_cookie_len
 
int reorder_timeout
 
int mtu
 
int mru
 
charifname
 

Detailed Description

Definition at line 56 of file l2tp_core.h.

Field Documentation

u8 cookie[8]

Definition at line 75 of file l2tp_core.h.

int cookie_len

Definition at line 76 of file l2tp_core.h.

unsigned int data_seq

Definition at line 58 of file l2tp_core.h.

int debug

Definition at line 69 of file l2tp_core.h.

char* ifname

Definition at line 83 of file l2tp_core.h.

u16 l2specific_len

Definition at line 73 of file l2tp_core.h.

u16 l2specific_type

Definition at line 74 of file l2tp_core.h.

unsigned int lns_mode

Definition at line 66 of file l2tp_core.h.

int mru

Definition at line 82 of file l2tp_core.h.

int mtu

Definition at line 81 of file l2tp_core.h.

Definition at line 72 of file l2tp_core.h.

u8 peer_cookie[8]

Definition at line 77 of file l2tp_core.h.

int peer_cookie_len

Definition at line 78 of file l2tp_core.h.

enum l2tp_pwtype pw_type

Definition at line 57 of file l2tp_core.h.

unsigned int recv_seq

Definition at line 62 of file l2tp_core.h.

int reorder_timeout

Definition at line 79 of file l2tp_core.h.

unsigned int send_seq

Definition at line 64 of file l2tp_core.h.

u16 vlan_id

Definition at line 71 of file l2tp_core.h.


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