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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c277 u_int8_t otos8; local
279 otos8 = (ntohl(otos) >> 20) & 0xff;
287 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
289 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);

Completed in 21 milliseconds