/openbsd/usr.sbin/npppd/npppd/ |
H A D | fsm.c | 162 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 D | fsm.h | 148 #define UNTIMEOUT(fn, f) evtimer_del(&(f)->timerctx.ev) macro
|
H A D | chap.c | 245 UNTIMEOUT(chap_start, _this); in chap_stop() 303 UNTIMEOUT(chap_start, _this); in chap_input()
|
H A D | lcp.c | 263 UNTIMEOUT(lcp_timeout, _this); in lcp_down() 946 UNTIMEOUT(lcp_timeout, _this); in lcp_reset_timeout()
|
/openbsd/usr.sbin/pppd/ |
H A D | fsm.c | 141 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 D | chap.c | 279 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 D | upap.c | 246 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 D | pppd.h | 402 #define UNTIMEOUT(r, f) untimeout((r), (f)) macro
|
H A D | ccp.c | 266 UNTIMEOUT(ccp_rack_timeout, f); in ccp_extcode() 909 UNTIMEOUT(ccp_rack_timeout, f); in ccp_down()
|
H A D | auth.c | 470 UNTIMEOUT(check_idle, NULL); in np_down()
|
H A D | lcp.c | 1815 UNTIMEOUT (LcpEchoTimeout, f); in lcp_echo_lowerdown()
|
/openbsd/sys/net/ |
H A D | if_spppsubr.c | 68 # 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()
|