Searched defs:nextlink (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_lists.h | 128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument 134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument 149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument 170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument 182 #define UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, \ argument 209 #define UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, \ argument 214 #define CHECK_SLIST(listhead, nextlink, entrytype) \ argument 266 #define LINK_FIFO(anchor, pentry, nextlink) \ argument 283 #define UNLINK_FIFO(punlinked, anchor, nextlink) \ argument 300 #define UNLINK_MID_FIFO(punlinked, anchor, tounlink, nextlink, \ argument [all …]
|