FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LIST_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
279
#define LIST_NEXT(elm, field) ((elm)->field.le_next)
crypto/openssh/openbsd-compat/sys-queue.h
74
#undef LIST_NEXT
sys/sys/queue.h
734
#define LIST_NEXT(elm, field) ((elm)->field.le_next)