Home
last modified time | relevance | path

Searched defs:ISC_LIST_NEXT (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlist.h121 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) macro
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlist.h141 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) macro