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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c282 u_int8_t itos; local
290 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
292 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
294 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
296 ip6->ip6_flow |= htonl((u_int32_t)itos << 20);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c122 u_int8_t itos, otos; local
144 itos = ip->ip_tos;
158 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
196 &otos, &itos);
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c748 u_int8_t otos, itos; local
799 itos = (ntohl(ip6.ip6_flow) >> 20) & 0xff;
801 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
803 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
805 ip6.ip6_flow |= htonl((u_int32_t)itos << 20);

Completed in 79 milliseconds