Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dfsm.c162 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown()
170 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown()
249 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_close()
489 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack()
495 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack()
542 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej()
551 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej()
601 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack()
607 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack()
660 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_protreject()
[all …]
H A Dfsm.h148 #define UNTIMEOUT(fn, f) evtimer_del(&(f)->timerctx.ev) macro
H A Dchap.c245 UNTIMEOUT(chap_start, _this); in chap_stop()
303 UNTIMEOUT(chap_start, _this); in chap_input()
H A Dlcp.c263 UNTIMEOUT(lcp_timeout, _this); in lcp_down()
946 UNTIMEOUT(lcp_timeout, _this); in lcp_reset_timeout()
/openbsd/usr.sbin/pppd/
H A Dfsm.c141 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown()
149 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_lowerdown()
229 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_close()
480 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack()
486 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfack()
537 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej()
546 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_rconfnakrej()
607 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack()
613 UNTIMEOUT(fsm_timeout, f); in fsm_rtermack()
666 UNTIMEOUT(fsm_timeout, f); /* Cancel timeout */ in fsm_protreject()
[all …]
H A Dchap.c279 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapLowerDown()
282 UNTIMEOUT(ChapRechallenge, cstate); in ChapLowerDown()
284 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapLowerDown()
430 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveChallenge()
512 UNTIMEOUT(ChapChallengeTimeout, cstate); in ChapReceiveResponse()
597 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveSuccess()
626 UNTIMEOUT(ChapResponseTimeout, cstate); in ChapReceiveFailure()
H A Dupap.c246 UNTIMEOUT(upap_timeout, u); /* Cancel timeout */ in upap_lowerdown()
248 UNTIMEOUT(upap_reqtimeout, u); in upap_lowerdown()
402 UNTIMEOUT(upap_reqtimeout, u); in upap_rauthreq()
H A Dpppd.h402 #define UNTIMEOUT(r, f) untimeout((r), (f)) macro
H A Dccp.c266 UNTIMEOUT(ccp_rack_timeout, f); in ccp_extcode()
909 UNTIMEOUT(ccp_rack_timeout, f); in ccp_down()
H A Dauth.c470 UNTIMEOUT(check_idle, NULL); in np_down()
H A Dlcp.c1815 UNTIMEOUT (LcpEchoTimeout, f); in lcp_echo_lowerdown()
/openbsd/sys/net/
H A Dif_spppsubr.c68 # define UNTIMEOUT(fun, arg, handle) \ macro
778 UNTIMEOUT(sppp_keepalive, 0, keepalive_ch); in sppp_detach()
781 UNTIMEOUT((cps[i])->TO, (void *)sp, sp->ch[i]); in sppp_detach()
782 UNTIMEOUT(sppp_pap_my_TO, (void *)sp, sp->pap_my_to_ch); in sppp_detach()
1610 UNTIMEOUT(cp->TO, (void *)sp, sp->ch[cp->protoidx]); in sppp_cp_change_state()
3703 UNTIMEOUT(chap.TO, (void *)sp, sp->ch[IDX_CHAP]); in sppp_chap_tld()
3825 UNTIMEOUT(sppp_pap_my_TO, (void *)sp, sp->pap_my_to_ch); in sppp_pap_input()
3854 UNTIMEOUT(sppp_pap_my_TO, (void *)sp, sp->pap_my_to_ch); in sppp_pap_input()
4009 UNTIMEOUT(pap.TO, (void *)sp, sp->ch[IDX_PAP]); in sppp_pap_tld()
4010 UNTIMEOUT(sppp_pap_my_TO, (void *)sp, sp->pap_my_to_ch); in sppp_pap_tld()