Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h204 #define INSERTAFTER(li, a, e, ln) ISC_LIST_INSERTAFTER(li, a, e, ln)
H A Dlist.h152 #define ISC_LIST_INSERTAFTER(list, after, elt, link) \ macro