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

/xnu-2782.1.97/bsd/netinet/
H A Din_gif.c281 u_int8_t itos; local
289 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
291 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
293 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
295 ip6->ip6_flow |= htonl((u_int32_t)itos << 20);
/xnu-2782.1.97/bsd/netinet6/
H A Din6_gif.c113 u_int8_t itos, otos; local
137 itos = ip->ip_tos;
151 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
189 &otos, &itos);
/xnu-2782.1.97/bsd/net/
H A Dif_stf.c746 u_int8_t otos, itos; local
797 itos = (ntohl(ip6.ip6_flow) >> 20) & 0xff;
799 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
801 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
803 ip6.ip6_flow |= htonl((u_int32_t)itos << 20);

Completed in 17 milliseconds