Home
last modified time | relevance | path

Searched refs:ISC_LIST_INSERTBEFORE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h203 #define INSERTBEFORE(li, b, e, ln) ISC_LIST_INSERTBEFORE(li, b, e, ln)
H A Dlist.h133 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \ macro