FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_IPTTL
sys/dev/cxgb/common/cxgb_regs.h
3638
#define V_IPTTL(x) ((x) << S_IPTTL)
sys/dev/cxgb/common/cxgb_regs.h
3639
#define G_IPTTL(x) (((x) >> S_IPTTL) & M_IPTTL)
sys/dev/cxgbe/common/t4_regs.h
27119
#define V_IPTTL(x) ((x) << S_IPTTL)
sys/dev/cxgbe/common/t4_regs.h
27120
#define G_IPTTL(x) (((x) >> S_IPTTL) & M_IPTTL)