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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.h70 int us_timeouttime; /* Timeout (seconds) for auth-req retrans. */ member in struct:upap_state
H A Dupap.c57 { "pap-restart", o_int, &upap[0].us_timeouttime,
153 u->us_timeouttime = UPAP_DEFTIMEOUT;
296 if (u->us_clientstate == UPAPCS_AUTHREQ && u->us_timeouttime > 0)
500 if (u->us_timeouttime > 0)
553 if (u->us_timeouttime > 0)
624 if (u->us_timeouttime > 0)
625 TIMEOUT(upap_timeout, u, u->us_timeouttime);

Completed in 57 milliseconds