Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Devent.h80 struct isc_event { struct
81 ISC_EVENT_COMMON(struct isc_event);
H A Dtypes.h55 typedef struct isc_event isc_event_t; /*%< Event */
H A Dtimer.h96 struct isc_event common;
/freebsd/contrib/ntp/libntp/lib/isc/
H A Devent.c47 REQUIRE(size >= sizeof(struct isc_event)); in isc_event_allocate()