Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlist.h49 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlist.h65 #define ISC_LIST_EMPTY(list) ((list).head == NULL) macro