Searched refs:timeout_set (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Devent_compat.h199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent_compat.h199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h104 u_int8_t timeout_set[PFTM_MAX]; member in struct:pfctl
H A Dpfctl.c1784 !pf->timeout_set[PFTM_ADAPTIVE_START] &&
1785 !pf->timeout_set[PFTM_ADAPTIVE_END]) {
1788 pf->timeout_set[PFTM_ADAPTIVE_START] = 1;
1791 pf->timeout_set[PFTM_ADAPTIVE_END] = 1;
1796 if ((pf->opts & PF_OPT_MERGE) && !pf->timeout_set[i])
1877 pf->timeout_set[pf_timeouts[i].timeout] = 1;
/freebsd-13-stable/contrib/pf/libevent/
H A Devent.h172 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) macro
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.c2164 timeout_set(&one.ev, test_priorities_cb, &one);
2170 timeout_set(&two.ev, test_priorities_cb, &two);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c2061 timeout_set(&one.ev, test_priorities_cb, &one);
2067 timeout_set(&two.ev, test_priorities_cb, &two);

Completed in 136 milliseconds