Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_gif.c294 u_int8_t itos; in in_gif_input() local
303 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in_gif_input()
305 egress_success = ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_gif_input()
307 egress_success = ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_gif_input()
310 ip6->ip6_flow |= htonl((u_int32_t)itos << 20); in in_gif_input()
/xnu-12377.61.12/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-12377.61.12/bsd/net/
H A Dif_stf.c748 u_int8_t otos, itos; in in_stf_input() local
798 itos = (ntohl(ip6.ip6_flow) >> 20) & 0xff; in in_stf_input()
800 ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_stf_input()
802 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input()
805 ip6.ip6_flow |= htonl((u_int32_t)itos << 20); in in_stf_input()