FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SLIST_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
105
#undef SLIST_NEXT
crypto/openssh/openbsd-compat/sys-queue.h
205
#define SLIST_NEXT(elm, field) ((elm)->field.sle_next)
sys/sys/queue.h
334
#define SLIST_NEXT(elm, field) ((elm)->field.sle_next)