Searched refs:ISC_LIST_PREV (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ | ||
H A D | util.h | 196 #define PREV(elt, link) ISC_LIST_PREV(elt, link) |
H A D | list.h | 118 #define ISC_LIST_PREV(elt, link) ((elt)->link.prev) macro |