Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h79 u_int16_t rexmit_max; /* max retransmits before failure */ member
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h79 u_int16_t rexmit_max; /* max retransmits before failure */ member
H A Dng_l2tp.c370 priv->conf.rexmit_max = L2TP_MAX_REXMIT; in ng_l2tp_constructor()
1470 if (seq->rexmits++ >= priv->conf.rexmit_max) in ng_l2tp_seq_rack_timeout()