Home
last modified time | relevance | path

Searched defs:UNTIMEOUT (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dfsm.h148 #define UNTIMEOUT(fn, f) evtimer_del(&(f)->timerctx.ev) macro
/openbsd/usr.sbin/pppd/
H A Dpppd.h401 #define UNTIMEOUT(r, f) untimeout((r), (f)) macro
/openbsd/sys/net/
H A Dif_spppsubr.c68 # define UNTIMEOUT(fun, arg, handle) \ macro