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