Searched refs:otos (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Din6_gif.c113 u_int8_t itos, otos; local
189 &otos, &itos);
191 ip6->ip6_flow |= htonl((u_int32_t)otos << 20);
247 u_int32_t otos; local
259 otos = ip6->ip6_flow;
269 otos8 = (ntohl(otos) >> 20) & 0xff;
294 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6->ip6_flow);
296 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6->ip6_flow);
/xnu-2422.115.4/bsd/netinet/
H A Din_gif.c246 u_int8_t otos; local
260 otos = ip->ip_tos;
275 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
277 ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos);
295 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
297 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_util.c241 u_int8_t otos; local
259 otos = ip->ip_tos;
266 sum += (~otos & 0xffff) + ip->ip_tos;
/xnu-2422.115.4/bsd/net/
H A Dif_stf.c746 u_int8_t otos, itos; local
784 otos = ip->ip_tos;
799 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
801 ip_ecn_egress(ECN_NOCARE, &otos, &itos);

Completed in 80 milliseconds