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

/netbsd-current/sys/netinet6/
H A Din6_gif.c309 u_int8_t otos8; local
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);
/netbsd-current/sys/netipsec/
H A Dipsecif.c872 u_int8_t otos8; local
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 188 milliseconds