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

/freebsd-10.1-release/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c79 ISC_QUEUE_PUSH(queue, &one, qlink);
90 ISC_QUEUE_PUSH(queue, p, qlink);
95 ISC_QUEUE_PUSH(queue, &two, qlink);
99 ISC_QUEUE_PUSH(queue, &three, qlink);
103 ISC_QUEUE_PUSH(queue, &four, qlink);
107 ISC_QUEUE_PUSH(queue, &five, qlink);
/freebsd-10.1-release/contrib/ntp/lib/isc/include/isc/
H A Dqueue.h69 #define ISC_QUEUE_PUSH(queue, elt, link) \ macro

Completed in 103 milliseconds