Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
HDutil.h203 #define INSERTBEFORE(li, b, e, ln) ISC_LIST_INSERTBEFORE(li, b, e, ln)
HDlist.h133 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \ macro