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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dchap-new.c116 static void chap_timeout(void *arg);
173 chap_timeout(ss);
184 UNTIMEOUT(chap_timeout, ss);
216 chap_timeout(ss);
246 * chap_timeout - It's time to send another challenge to the peer.
251 chap_timeout(void *arg) function
270 TIMEOUT(chap_timeout, arg, chap_timeout_time);
329 UNTIMEOUT(chap_timeout, ss);
378 TIMEOUT(chap_timeout, ss,
548 UNTIMEOUT(chap_timeout, s
[all...]

Completed in 56 milliseconds