Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dupap.h71 int us_timeouttime; /* Timeout (seconds) for auth-req retrans. */ member
H A Dupap.c113 u->us_timeouttime = UPAP_DEFTIMEOUT; in upap_init()
505 TIMEOUT(upap_timeout, u, u->us_timeouttime); in upap_sauthreq()
H A Doptions.c1928 return int_option(*argv, &upap[0].us_timeouttime); in setpaptimeout()