Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Din_private.h320 #define IPTOS_UNSPEC (-1) /* TOS byte not set */ macro
H A Draw_ip.c369 int tos = IPTOS_UNSPEC; in rip_output()
509 if (tos != IPTOS_UNSPEC) { in rip_output()
H A Dudp_usrreq.c1524 int tos = IPTOS_UNSPEC; in udp_output()
1861 if (tos != IPTOS_UNSPEC) { in udp_output()
H A Din_tclass.c1073 int tos = IPTOS_UNSPEC; in so_tos_from_control()