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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_gif.c267 u_int8_t otos8; local
269 otos8 = (ntohl(otos) >> 20) & 0xff;
277 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
279 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);

Completed in 36 milliseconds