Searched refs:itos (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in_gif.c | 295 u_int8_t itos; in in_gif_input() local 304 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in_gif_input() 306 egress_success = ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_gif_input() 308 egress_success = ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_gif_input() 311 ip6->ip6_flow |= htonl((u_int32_t)itos << 20); in in_gif_input()
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | in6_gif.c | 109 u_int8_t itos, otos; in in6_gif_output() local 134 itos = ip->ip_tos; in in6_gif_output() 148 itos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in in6_gif_output() 188 &otos, &itos); in in6_gif_output()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_stf.c | 745 u_int8_t otos, itos; in in_stf_input() local 792 itos = (ntohl(ip6.ip6_flow) >> 20) & 0xff; in in_stf_input() 794 ip_ecn_egress(ECN_NORMAL, &otos, &itos); in in_stf_input() 796 ip_ecn_egress(ECN_NOCARE, &otos, &itos); in in_stf_input() 799 ip6.ip6_flow |= htonl((u_int32_t)itos << 20); in in_stf_input()
|