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

  /src/external/bsd/ipf/dist/lib/
flags.c 19 #ifndef TH_CWR
20 # define TH_CWR 0x80
25 TH_ECN, TH_CWR };
tcpflags.c 20 #ifndef TH_CWR
21 # define TH_CWR 0x80
36 tcpf |= TH_CWR;
  /src/external/bsd/tcpdump/dist/
tcp.h 58 #define TH_CWR 0x80 /* ECN Cwnd Reduced */
  /src/sys/netinet/
tcp.h 72 #define TH_CWR 0x80 /* Congestion Window Reduced */
  /src/usr.sbin/npf/npfctl/
npfctl.h 273 #ifndef TH_CWR
274 #define TH_CWR 0x80
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 819 TH_ECN|TH_CWR)
1429 #ifndef TH_CWR
1430 # define TH_CWR 0x80
1432 #define TH_ECNALL (TH_ECN|TH_CWR)

Completed in 29 milliseconds