Searched refs:pptail (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dntp_lists.h136 entrytype **pptail; \
138 pptail = &(listhead); \
139 while (*pptail != NULL) \
140 pptail = &((*pptail)->nextlink); \
143 *pptail = (pentry); \
231 entrytype ** pptail; /* NULL if list empty */ \
235 #define TAIL_FIFO(anchor) ((NULL == (anchor).pptail) \
237 : *((anchor).pptail))
269 if (NULL != (anchor).pptail) { \
[all...]
/freebsd-12-stable/contrib/ntp/libntp/
H A Drecvbuff.c369 gen_node **pptail; local
372 REQUIRE((NULL == pf->phead && NULL == pf->pptail) ||
373 (NULL != pf->phead && NULL != pf->pptail));
375 pptail = &pf->phead;
380 pptail = &pthis->link;
382 REQUIRE(NULL == pf->pptail || pptail == pf->pptail);

Completed in 389 milliseconds