Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c120 static void chap_timeout(void *arg);
177 chap_timeout(ss); in chap_lowerup()
188 UNTIMEOUT(chap_timeout, ss); in chap_lowerdown()
220 chap_timeout(ss); in chap_auth_peer()
255 chap_timeout(void *arg) in chap_timeout() function
274 TIMEOUT(chap_timeout, arg, chap_timeout_time); in chap_timeout()
333 UNTIMEOUT(chap_timeout, ss); in chap_handle_response()
398 TIMEOUT(chap_timeout, ss, in chap_handle_response()
568 UNTIMEOUT(chap_timeout, ss); in chap_protrej()