HomeSort by relevance Sort by last modified time
    Searched refs:TH_CWR (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
tcp.h 57 #define TH_CWR 0x80 /* ECN Cwnd Reduced */
print-tcp.c 296 TH_ECNECHO|TH_CWR)) {
305 if (flags & TH_CWR)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 101 #define TH_CWR 0x80
102 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)

Completed in 2332 milliseconds