Home
last modified time | relevance | path

Searched refs:IP_TOS (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/tests/
H A Dip_tos_35768492.c142 my_sendmsg(client4, IPPROTO_IP, IP_TOS, "hello", 0xff, use_setsockopt, "IPv4 setsockopt 0xff");
144 my_sendmsg(client4, IPPROTO_IP, IP_TOS, "hello", 0xd0, use_setsockopt, "IPv4 setsocktop 0xd0");
146 my_sendmsg(client4, IPPROTO_IP, IP_TOS, "hello", 0xff, use_header, "IPv4 header 0xff");
148 my_sendmsg(client4, IPPROTO_IP, IP_TOS, "hello", 0xd0, use_header, "IPv4 header 0xd0");
H A Drecvmsg_x_ctrunc.c82 cm->cmsg_type = IP_TOS; in send_packets()
/xnu-11215.81.4/bsd/netinet/
H A Din.h418 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
H A Dip_output.c2369 case IP_TOS: in ip_ctloutput()
2386 case IP_TOS: in ip_ctloutput()
2651 case IP_TOS: in ip_ctloutput()
2663 case IP_TOS: in ip_ctloutput()
H A Dmptcp_usrreq.c1679 case IP_TOS: in mptcp_setopt()
2300 case IP_TOS: in mptcp_sopt2str()
H A Dip_icmp.c1177 case IP_TOS: in icmp_dgram_ctloutput()
H A Din_tclass.c1088 cm->cmsg_type == IP_TOS) || in so_tos_from_control()
H A Din.c2370 case IP_TOS: in ipsockopt_cassert()
/xnu-11215.81.4/bsd/kern/
H A Dkpi_socket.c642 sopt.sopt_name = IP_TOS; in sock_settclassopt()
685 sopt.sopt_name = IP_TOS; in sock_gettclassopt()