Searched defs:timeout_set (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/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/contrib/pf/libevent/ |
H A D | event.h | 172 #define timeout_set(ev, cb, arg) event_set(ev, -1, 0, cb, arg) macro
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 108 u_int8_t timeout_set[PFTM_MAX]; member
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cma.c | 340 u8 timeout_set:1; member
|