Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dfsm.c178 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 …]
Dchap.c326 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()
Dpap.c297 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()
Dppp_impl.h109 #define UNTIMEOUT(f, a) sys_untimeout((f), (a)) macro
Dauth.c723 UNTIMEOUT(check_idle, NULL); in np_down()
Dlcp.c2061 UNTIMEOUT (LcpEchoTimeout, f); in lcp_echo_lowerdown()
/lib/liblwip/
DCHANGELOG996 * pap.c: patch #6969: PPP: missing PAP authentication UNTIMEOUT