Searched refs:UNTIMEOUT (Results 1 – 7 of 7) sorted by relevance
| /lib/liblwip/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_impl.h | 109 #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()
|
| /lib/liblwip/ |
| D | CHANGELOG | 996 * pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT
|