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

/xnu-2782.1.97/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-2782.1.97/bsd/netinet/
H A Din_gif.c242 u_int8_t otos; local
256 otos = ip->ip_tos;
271 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
273 ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos);
291 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
293 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_util.c241 u_int8_t otos; local
259 otos = ip->ip_tos;
268 sum += (~otos & 0xffff) + ip->ip_tos;
/xnu-2782.1.97/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 29 milliseconds