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

  /src/sys/netinet/
tcp_input.c 1211 uint8_t iptos; local in function:tcp_input
1285 iptos = ip->ip_tos;
1317 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
1747 switch (iptos & IPTOS_ECN_MASK) {
tcp_input.c 1211 uint8_t iptos; local in function:tcp_input
1285 iptos = ip->ip_tos;
1317 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
1747 switch (iptos & IPTOS_ECN_MASK) {

Completed in 31 milliseconds