Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Din6_gif.c266 u_int8_t otos8, old_tos; in in6_gif_input() local
270 otos8 = (ntohl(otos) >> 20) & 0xff; in in6_gif_input()
280 egress_success = ip_ecn_egress(ECN_NORMAL, &otos8, &ip->ip_tos); in in6_gif_input()
289 egress_success = ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos); in in6_gif_input()