Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_IP_TTL
usr/src/uts/common/io/chxge/com/regs.h
729
#define V_IP_TTL(x) ((x) << S_IP_TTL)
usr/src/uts/common/io/chxge/com/regs.h
730
#define G_IP_TTL(x) (((x) >> S_IP_TTL) & M_IP_TTL)