Searched defs:TH_CWR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dflags.c17 #ifndef TH_CWR
18 # define TH_CWR 0x80 macro
23 TH_ECN, TH_CWR };
H A Dtcpflags.c18 #ifndef TH_CWR
19 # define TH_CWR 0x80 macro
34 tcpf |= TH_CWR;
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h71 #define TH_CWR 0x80 macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1807 TH_ECN|TH_CWR)
2398 #ifndef TH_CWR
2399 # define TH_CWR 0x80 macro
2401 #define TH_ECNALL (TH_ECN|TH_CWR)

Completed in 72 milliseconds