Symbol: IPOPT_POS_OV_FLG
usr/src/uts/common/inet/ip/ip.c
12057
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
12084
off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1;
usr/src/uts/common/inet/ip/ip.c
12085
opt[IPOPT_POS_OV_FLG] = (uint8_t)
usr/src/uts/common/inet/ip/ip.c
12086
(opt[IPOPT_POS_OV_FLG] & 0x0F) |
usr/src/uts/common/inet/ip/ip.c
12091
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
13114
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
13124
code = (char *)&opt[IPOPT_POS_OV_FLG] -
usr/src/uts/common/inet/ip/ip.c
13129
(opt[IPOPT_POS_OV_FLG] & 0xF0) == 0xF0) {
usr/src/uts/common/inet/ip/ip.c
2457
ASSERT(len > IPOPT_POS_OV_FLG);
usr/src/uts/common/inet/ip/ip.c
9134
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
9161
off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1;
usr/src/uts/common/inet/ip/ip.c
9162
opt[IPOPT_POS_OV_FLG] =
usr/src/uts/common/inet/ip/ip.c
9163
(uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) |
usr/src/uts/common/inet/ip/ip.c
9168
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
9362
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
9389
off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1;
usr/src/uts/common/inet/ip/ip.c
9390
opt[IPOPT_POS_OV_FLG] =
usr/src/uts/common/inet/ip/ip.c
9391
(uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) |
usr/src/uts/common/inet/ip/ip.c
9396
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
9572
switch (opt[IPOPT_POS_OV_FLG] & 0x0F) {
usr/src/uts/common/inet/ip/ip.c
9582
code = (char *)&opt[IPOPT_POS_OV_FLG] -
usr/src/uts/common/inet/ip/ip.c
9587
(opt[IPOPT_POS_OV_FLG] & 0xF0) == 0xF0) {