NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LIST_NEXT
crypto/dist/ipsec-tools/src/include-glibc/sys/queue.h
308
#define LIST_NEXT(elm, field) ((elm)->field.le_next)
crypto/dist/ipsec-tools/src/racoon/rsalist.c
62
#define LIST_NEXT(elm, field) ((elm)->field.le_next)
sys/sys/queue.h
197
#define LIST_NEXT(elm, field) ((elm)->field.le_next)