Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
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);
H A Dupap.h70 int us_timeouttime; /* Timeout (seconds) for auth-req retrans. */ member