Searched defs:ng_l2tp_config (Results 1 – 2 of 2) sorted by relevance
73 struct ng_l2tp_config { struct74 u_char enabled; /* enables traffic flow */75 u_char match_id; /* tunnel id must match 'tunnel_id' */76 u_int16_t tunnel_id; /* local tunnel id */77 u_int16_t peer_id; /* peer's tunnel id */78 u_int16_t peer_win; /* peer's max recv window size */79 u_int16_t rexmit_max; /* max retransmits before failure */80 u_int16_t rexmit_max_to; /* max delay between retransmits */