Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c118 static void chap_timeout(void *arg);
178 chap_timeout(ss); in chap_lowerup()
189 UNTIMEOUT(chap_timeout, ss); in chap_lowerdown()
221 chap_timeout(ss); in chap_auth_peer()
256 chap_timeout(void *arg) in chap_timeout() function
275 TIMEOUT(chap_timeout, arg, chap_timeout_time); in chap_timeout()
338 UNTIMEOUT(chap_timeout, ss); in chap_handle_response()
384 TIMEOUT(chap_timeout, ss, in chap_handle_response()
552 UNTIMEOUT(chap_timeout, ss); in chap_protrej()