Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/l2tp/
H A Dng_l2tp.h60 struct ng_l2tp_config { struct
61 u_char enabled; /* enables traffic flow */
62 u_char match_id; /* tunnel id must match 'tunnel_id' */
63 u_int16_t tunnel_id; /* local tunnel id */
64 u_int16_t peer_id; /* peer's tunnel id */
65 u_int16_t peer_win; /* peer's max recv window size */
66 u_int16_t rexmit_max; /* max retransmits before failure */
67 u_int16_t rexmit_max_to; /* max delay between retransmits */
/dragonfly/sys/netgraph7/l2tp/
H A Dng_l2tp.h74 struct ng_l2tp_config { struct
75 u_char enabled; /* enables traffic flow */
76 u_char match_id; /* tunnel id must match 'tunnel_id' */
77 u_int16_t tunnel_id; /* local tunnel id */
78 u_int16_t peer_id; /* peer's tunnel id */
79 u_int16_t peer_win; /* peer's max recv window size */
80 u_int16_t rexmit_max; /* max retransmits before failure */
81 u_int16_t rexmit_max_to; /* max delay between retransmits */