Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NEXT_16
usr/src/uts/common/inet/ip/ipsecesp.c
1324
#define NEXT_16(x) (((x) >> 16) & 0xFFFF)
usr/src/uts/common/inet/ip/ipsecesp.c
1327
#define NEXT_16(x) ((x) & 0xFFFF)