Searched refs:rexmit_max_to (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netgraph/
H A Dng_l2tp.h80 u_int16_t rexmit_max_to; /* max delay between retransmits */ member in struct:ng_l2tp_config
91 { "rexmit_max_to", &ng_parse_uint16_type }, \
H A Dng_l2tp.c371 priv->conf.rexmit_max_to = L2TP_MAX_REXMIT_TO;
1473 if (delay > priv->conf.rexmit_max_to)
1474 delay = priv->conf.rexmit_max_to;

Completed in 50 milliseconds