Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dupap.c115 u->us_reqtimeout = UPAP_DEFREQTIME; in upap_init()
165 if (u->us_reqtimeout > 0) in upap_authpeer()
166 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_authpeer()
229 if (u->us_reqtimeout > 0) in upap_lowerup()
230 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_lowerup()
247 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0) in upap_lowerdown()
401 if (u->us_reqtimeout > 0) in upap_rauthreq()
Dupap.h74 int us_reqtimeout; /* Time to wait for auth-req from peer */ member
Doptions.c1934 return int_option(*argv, &upap[0].us_reqtimeout); in setpapreqtime()