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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dupap.c88 static void upap_timeout __P((void *));
175 * upap_timeout - Retransmission timer for sending auth-reqs expired.
178 upap_timeout(arg) function
254 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
531 TIMEOUT(upap_timeout, u, u->us_timeouttime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dupap.c111 static void upap_timeout __P((void *));
198 * upap_timeout - Retransmission timer for sending auth-reqs expired.
201 upap_timeout(arg) function
277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */
573 TIMEOUT(upap_timeout, u, u->us_timeouttime);

Completed in 41 milliseconds