Home
last modified time | relevance | path

Searched refs:itos (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Din_gif.c295 u_int8_t itos; in in_gif_input() local
304 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in_gif_input()
306 egress_success = ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_gif_input()
308 egress_success = ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_gif_input()
311 ip6->ip6_flow |= htonl((u_int32_t)itos << 20); in in_gif_input()
/xnu-10002.1.13/bsd/netinet6/
H A Din6_gif.c109 u_int8_t itos, otos; in in6_gif_output() local
134 itos = ip->ip_tos; in in6_gif_output()
148 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in6_gif_output()
188 &otos, &itos); in in6_gif_output()
/xnu-10002.1.13/bsd/net/
H A Dif_stf.c745 u_int8_t otos, itos; in in_stf_input() local
792 itos = (ntohl(ip6.ip6_flow) >> 20) & 0xff; in in_stf_input()
794 ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_stf_input()
796 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()
799 ip6.ip6_flow |= htonl((u_int32_t)itos << 20); in in_stf_input()