Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SBUF_DYNAMIC
src/libs/compat/freebsd_network/fbsd_subr_sbuf.c
180
SBUF_SETFLAG(s, SBUF_DYNAMIC);
src/libs/compat/freebsd_network/fbsd_subr_sbuf.c
215
SBUF_SETFLAG(s, SBUF_DYNAMIC);
src/libs/compat/freebsd_network/fbsd_subr_sbuf.c
71
#define SBUF_ISDYNAMIC(s) ((s)->s_flags & SBUF_DYNAMIC)