Home
last modified time | relevance | path

Searched refs:IPOPT_POS_OV_FLG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip.h119 #define IPOPT_POS_OV_FLG 3 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2457 ASSERT(len > IPOPT_POS_OV_FLG); in ipoptp_next()
9142 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_forward_options()
9169 off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1; in ip_forward_options()
9170 opt[IPOPT_POS_OV_FLG] = in ip_forward_options()
9171 (uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) | in ip_forward_options()
9176 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_forward_options()
9370 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_input_local_options()
9397 off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1; in ip_input_local_options()
9398 opt[IPOPT_POS_OV_FLG] = in ip_input_local_options()
9399 (uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) | in ip_input_local_options()
[all …]