Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/bsd/netinet/
H A Din.h418 #define IP_TOS 3 /* int; IP type of service and preced. */ macro
H A Dip_output.c2399 case IP_TOS: in ip_ctloutput()
2417 case IP_TOS: in ip_ctloutput()
2686 case IP_TOS: in ip_ctloutput()
2699 case IP_TOS: in ip_ctloutput()
H A Dmptcp_usrreq.c1684 case IP_TOS: in mptcp_setopt()
2307 case IP_TOS: in mptcp_sopt2str()
H A Dip_icmp.c1177 case IP_TOS: in icmp_dgram_ctloutput()
H A Din_tclass.c1036 cm->cmsg_type == IP_TOS) || in ip_tos_from_control()
H A Din.c2365 case IP_TOS: in ipsockopt_cassert()
/xnu-12377.61.12/bsd/kern/
H A Dkpi_socket.c642 sopt.sopt_name = IP_TOS; in sock_settclassopt()
685 sopt.sopt_name = IP_TOS; in sock_gettclassopt()