Home
last modified time | relevance | path

Searched refs:IPTOS_UNSPEC (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_private.h318 #define IPTOS_UNSPEC (-1) /* TOS byte not set */ macro
H A Draw_ip.c393 int tos = IPTOS_UNSPEC; in rip_output()
536 if (tos != IPTOS_UNSPEC) { in rip_output()
H A Dudp_usrreq.c1573 int tos = IPTOS_UNSPEC; in udp_output()
1913 if (tos != IPTOS_UNSPEC) { in udp_output()
H A Din_tclass.c1078 int tos = IPTOS_UNSPEC; in so_tos_from_control()