HomeSort by: relevance | last modified time | path
    Searched refs:otos8 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6_gif.c 309 u_int8_t otos8; local in function:in6_gif_input
311 otos8 = (ntohl(otos) >> 20) & 0xff;
319 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
321 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);
  /src/sys/netipsec/
ipsecif.c 872 u_int8_t otos8; local in function:ipsecif6_input
873 otos8 = (ntohl(otos) >> 20) & 0xff;
882 ip_ecn_egress(ECN_ALLOWED, &otos8, &ip->ip_tos);
884 ip_ecn_egress(ECN_NOCARE, &otos8, &ip->ip_tos);

Completed in 13 milliseconds