Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_input.c1211 uint8_t iptos; in tcp_input()
1285 iptos = ip->ip_tos; in tcp_input()
1317 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff; in tcp_input()
1747 switch (iptos & IPTOS_ECN_MASK) { in tcp_input()
1202 uint8_t iptos; tcp_input() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c1841 iptos2str(int iptos) in iptos2str() argument
1847 if (ipqos[i].value == iptos) in iptos2str()
1850 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos); in iptos2str()