Searched refs:T_IP_TOS (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | xti_inet.h | 204 #define T_IP_TOS 0x108 /* IP per packet type of service */ macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 99 { T_IP_TOS, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | conn_opt.c | 735 case T_IP_TOS: in conn_opt_get() 1316 case T_IP_TOS: in conn_opt_set_ip()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 107 { T_IP_TOS, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 150 { T_IP_TOS, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 696 { T_IP_TOS, IPPROTO_IP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|