otos 441 altq/altq_red.c u_int8_t otos; otos 453 altq/altq_red.c otos = ip->ip_tos; otos 460 altq/altq_red.c sum += (~otos & 0xffff) + ip->ip_tos; otos 152 netinet/ip_ipip.c u_int8_t otos; otos 192 netinet/ip_ipip.c otos = ipo->ip_tos; otos 197 netinet/ip_ipip.c otos = (ntohl(mtod(m, struct ip6_hdr *)->ip6_flow) >> 20) & 0xff; otos 257 netinet/ip_ipip.c if (!ip_ecn_egress(ECN_ALLOWED, &otos, &ipo->ip_tos)) { otos 268 netinet/ip_ipip.c if (!ip_ecn_egress(ECN_ALLOWED, &otos, &itos)) { otos 380 netinet/ip_ipip.c u_int8_t tp, otos; otos 477 netinet/ip_ipip.c otos = 0; otos 478 netinet/ip_ipip.c ip_ecn_ingress(ECN_ALLOWED, &otos, &itos); otos 479 netinet/ip_ipip.c ipo->ip_tos = otos; otos 553 netinet/ip_ipip.c otos = 0; otos 554 netinet/ip_ipip.c ip_ecn_ingress(ECN_ALLOWED, &otos, &itos); otos 555 netinet/ip_ipip.c ip6o->ip6_flow |= htonl((u_int32_t) otos << 20);