FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DSCP
sys/dev/cxgbe/common/t4_msg.h
507
#define V_DSCP(x) ((x) << S_DSCP)
sys/dev/cxgbe/common/t4_msg.h
508
#define G_DSCP(x) (((x) >> S_DSCP) & M_DSCP)