Searched refs:UNTIMEOUT (Results 1 – 16 of 16) sorted by relevance
/external/ppp/pppd/ |
D | 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 …]
|
D | upap.c | 277 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ 279 UNTIMEOUT(upap_reqtimeout, u); 461 UNTIMEOUT(upap_reqtimeout, u);
|
D | 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); 1343 UNTIMEOUT(eap_client_timeout, (void *)esp); 1698 UNTIMEOUT(eap_client_timeout, (void *)esp); 1708 UNTIMEOUT(eap_client_timeout, (void *)esp); 2001 UNTIMEOUT(eap_server_timeout, (void *)esp); 2029 UNTIMEOUT(eap_client_timeout, (void *)esp); 2058 UNTIMEOUT(eap_client_timeout, (void *)esp);
|
D | chap-new.c | 188 UNTIMEOUT(chap_timeout, ss); in chap_lowerdown() 333 UNTIMEOUT(chap_timeout, ss); in chap_handle_response() 568 UNTIMEOUT(chap_timeout, ss); in chap_protrej()
|
D | auth.c | 1116 UNTIMEOUT(check_idle, NULL); 1117 UNTIMEOUT(connect_time_expired, NULL); 1119 UNTIMEOUT(check_maxoctets, NULL);
|
D | ccp.c | 496 UNTIMEOUT(ccp_rack_timeout, f); 1463 UNTIMEOUT(ccp_rack_timeout, f);
|
D | pppd.h | 794 #define UNTIMEOUT(r, f) untimeout((r), (f)) macro
|
D | lcp.c | 2377 UNTIMEOUT (LcpEchoTimeout, f);
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | fsm.c | 178 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown() 186 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown() 295 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_close() 510 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfreq() 564 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack() 570 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack() 623 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej() 633 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej() 697 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack() 705 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack() [all …]
|
D | chap.c | 326 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapLowerDown() 329 UNTIMEOUT(ChapRechallenge, cstate); in ChapLowerDown() 332 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapLowerDown() 482 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveChallenge() 572 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapReceiveResponse() 659 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveSuccess() 692 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveFailure()
|
D | pap.c | 297 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ in upap_lowerdown() 300 UNTIMEOUT(upap_reqtimeout, u); in upap_lowerdown() 457 UNTIMEOUT(upap_reqtimeout, u); in upap_rauthreq() 497 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ in upap_rauthack()
|
D | ppp.h | 108 #define UNTIMEOUT(f, a) sys_untimeout((f), (a)) macro
|
D | auth.c | 723 UNTIMEOUT(check_idle, NULL); in np_down()
|
D | lcp.c | 2061 UNTIMEOUT (LcpEchoTimeout, f); in lcp_echo_lowerdown()
|
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 991 UNTIMEOUT(radius_acct_interim, NULL); in radius_acct_stop()
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 697 * pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT
|