/external/ppp/pppd/ |
fsm.c | 144 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 152 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 216 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 462 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 514 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 520 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 582 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 591 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ 649 UNTIMEOUT(fsm_timeout, f); 655 UNTIMEOUT(fsm_timeout, f) [all...] |
chap-new.c | 189 UNTIMEOUT(chap_timeout, ss); 338 UNTIMEOUT(chap_timeout, ss); 552 UNTIMEOUT(chap_timeout, ss);
|
upap.c | 277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ 279 UNTIMEOUT(upap_reqtimeout, u); 461 UNTIMEOUT(upap_reqtimeout, u);
|
eap.c | 993 UNTIMEOUT(eap_client_timeout, (void *)esp); 997 UNTIMEOUT(eap_server_timeout, (void *)esp); 1003 UNTIMEOUT(eap_rechallenge, (void *)esp); 1007 UNTIMEOUT(srp_lwrechallenge, (void *)esp); [all...] |
pppd.h | 474 void untimeout __P((void (*func)(void *), void *arg)); 766 #define UNTIMEOUT(r, f) untimeout((r), (f)) [all...] |
auth.c | 1083 UNTIMEOUT(check_idle, NULL); 1084 UNTIMEOUT(connect_time_expired, NULL); 1086 UNTIMEOUT(check_maxoctets, NULL); [all...] |
ccp.c | 496 UNTIMEOUT(ccp_rack_timeout, f); [all...] |
main.c | 1293 untimeout(func, arg) function [all...] |
lcp.c | [all...] |