Home
last modified time | relevance | path

Searched refs:echo_failures (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dlcp.c138 _this->echo_failures = 0; in lcp_init()
940 if (_this->echo_failures == 0) { in lcp_reset_timeout()
957 if (_this->echo_failures >= _this->echo_max_retries) { in lcp_timeout()
971 _this->echo_failures++; in lcp_timeout()
1032 _this->echo_failures = 0; in lcp_ext()
H A Dppp.h265 int echo_failures; member