Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dip.h120 #define IPOPT_POS_OV_FLG 3 macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c2453 ASSERT(len > IPOPT_POS_OV_FLG); in ipoptp_next()
9086 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_forward_options()
9114 off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1; in ip_forward_options()
9115 opt[IPOPT_POS_OV_FLG] = in ip_forward_options()
9116 (uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) | in ip_forward_options()
9121 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_forward_options()
9313 switch (opt[IPOPT_POS_OV_FLG] & 0x0F) { in ip_input_local_options()
9341 off = (opt[IPOPT_POS_OV_FLG] >> 4) + 1; in ip_input_local_options()
9342 opt[IPOPT_POS_OV_FLG] = in ip_input_local_options()
9343 (uint8_t)((opt[IPOPT_POS_OV_FLG] & 0x0F) | in ip_input_local_options()
[all …]