Home
last modified time | relevance | path

Searched refs:rexmit_max_to (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h80 u_int16_t rexmit_max_to; /* max delay between retransmits */ member
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h80 u_int16_t rexmit_max_to; /* max delay between retransmits */ member
H A Dng_l2tp.c371 priv->conf.rexmit_max_to = L2TP_MAX_REXMIT_TO; in ng_l2tp_constructor()
1475 if (delay > priv->conf.rexmit_max_to) in ng_l2tp_seq_rack_timeout()
1476 delay = priv->conf.rexmit_max_to; in ng_l2tp_seq_rack_timeout()