Home
last modified time | relevance | path

Searched refs:ISC_EVENT_INIT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ntp/lib/isc/
H A Devent.c68 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg, in isc_event_allocate()
H A Dratelimiter.c94 ISC_EVENT_INIT(&rl->shutdownevent, in isc_ratelimiter_create()
/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \ macro
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c2136 ISC_EVENT_INIT(&sock->readable_ev, sizeof(intev_t), in allocate_socket()
2139 ISC_EVENT_INIT(&sock->writable_ev, sizeof(intev_t), in allocate_socket()