Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_IP_TTL
drivers/net/ethernet/chelsio/cxgb/regs.h
737
#define V_IP_TTL(x) ((x) << S_IP_TTL)
drivers/net/ethernet/chelsio/cxgb/regs.h
738
#define G_IP_TTL(x) (((x) >> S_IP_TTL) & M_IP_TTL)