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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c122 u_int8_t itos, otos; local
196 &otos, &itos);
198 ip6->ip6_flow |= htonl((u_int32_t)otos << 20);
257 u_int32_t otos; local
269 otos = ip6->ip6_flow;
279 otos8 = (ntohl(otos) >> 20) & 0xff;
304 ip6_ecn_egress(ECN_ALLOWED, &otos, &ip6->ip6_flow);
306 ip6_ecn_egress(ECN_NOCARE, &otos, &ip6->ip6_flow);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c243 u_int8_t otos; local
257 otos = ip->ip_tos;
272 ip_ecn_egress(ECN_ALLOWED, &otos, &ip->ip_tos);
274 ip_ecn_egress(ECN_NOCARE, &otos, &ip->ip_tos);
292 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
294 ip_ecn_egress(ECN_NOCARE, &otos, &itos);
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_util.c240 u_int8_t otos; local
258 otos = ip->ip_tos;
265 sum += (~otos & 0xffff) + ip->ip_tos;
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c748 u_int8_t otos, itos; local
786 otos = ip->ip_tos;
801 ip_ecn_egress(ECN_ALLOWED, &otos, &itos);
803 ip_ecn_egress(ECN_NOCARE, &otos, &itos);

Completed in 29 milliseconds