NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TAILQ_NEXT
crypto/dist/ipsec-tools/src/include-glibc/sys/queue.h
394
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
sys/sys/queue.h
419
#define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)