Searched defs:l2tp_session_cfg (Results 1 – 1 of 1) sorted by relevance
48 struct l2tp_session_cfg { struct49 enum l2tp_pwtype pw_type;50 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */51 unsigned int send_seq:1; /* send packets with sequence numbers? */52 unsigned int lns_mode:1; /* behave as LNS?55 u16 l2specific_type; /* Layer 2 specific type */56 u8 cookie[8]; /* optional cookie */57 int cookie_len; /* 0, 4 or 8 bytes */58 u8 peer_cookie[8]; /* peer's cookie */59 int peer_cookie_len; /* 0, 4 or 8 bytes */[all …]