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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c101 static void upap_timeout __P((void *));
217 * upap_timeout - Retransmission timer for sending auth-reqs expired.
220 upap_timeout(arg) function
297 UNTIMEOUT(upap_timeout, u);
501 UNTIMEOUT(upap_timeout, u);
554 UNTIMEOUT(upap_timeout, u);
625 TIMEOUT(upap_timeout, u, u->us_timeouttime);

Completed in 306 milliseconds