Searched defs:TAILQ_CONCAT (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/keama/ | ||
H A D | data.h | 51 #define TAILQ_CONCAT(head1, head2) do { \ macro |
/netbsd-src/sys/sys/ | ||
H A D | queue.h | 553 #define TAILQ_CONCAT(head1, head2, field) do { \ macro |