Searched refs:timeout_set (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/libevent/include/event2/ |
| H A D | event_compat.h | 199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | event_compat.h | 199 #define timeout_set(ev, cb, arg) event_set((ev), -1, 0, (cb), (arg)) macro
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl_parser.h | 100 u_int8_t timeout_set[PFTM_MAX]; member
|
| H A D | pfctl.c | 1713 !pf->timeout_set[PFTM_ADAPTIVE_START] && in pfctl_load_options() 1714 !pf->timeout_set[PFTM_ADAPTIVE_END]) { in pfctl_load_options() 1717 pf->timeout_set[PFTM_ADAPTIVE_START] = 1; in pfctl_load_options() 1720 pf->timeout_set[PFTM_ADAPTIVE_END] = 1; in pfctl_load_options() 1725 if ((pf->opts & PF_OPT_MERGE) && !pf->timeout_set[i]) in pfctl_load_options() 1802 pf->timeout_set[pf_timeouts[i].timeout] = 1; in pfctl_set_timeout()
|
| /freebsd-12.1/contrib/pf/libevent/ |
| H A D | event.h | 173 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) macro
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress.c | 2164 timeout_set(&one.ev, test_priorities_cb, &one); in test_priorities_impl() 2170 timeout_set(&two.ev, test_priorities_cb, &two); in test_priorities_impl()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress.c | 2061 timeout_set(&one.ev, test_priorities_cb, &one); in test_priorities_impl() 2067 timeout_set(&two.ev, test_priorities_cb, &two); in test_priorities_impl()
|