Home
last modified time | relevance | path

Searched defs:ng_l2tp_config (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_l2tp.h71 struct ng_l2tp_config { struct
72 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 */