Searched refs:TH_CWR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcp.h64 #define TH_CWR 0x80 /* ECN Cwnd Reduced */ macro
H A Dprint-tcp.c105 { TH_CWR, "W" },
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d45 inline int TH_CWR = 0x80;
46 #pragma D binding "1.0" TH_CWR
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp.h102 #define TH_CWR 0x80 macro
103 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dtcp_input.c2292 * TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
2302 * Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
2305 if ((thflags & TH_CWR) == TH_CWR) {
2317 && (ip_ecn == IPTOS_ECN_CE || (thflags & TH_CWR)))
2842 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE | TH_CWR)) {
2928 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE)) {
H A Dtcp_lro.c482 if (thflags & (TH_SYN | TH_URG | TH_ECE | TH_CWR | TH_PUSH | TH_RST | TH_FIN)) {
H A Dtcp_output.c1235 /* Setting TH_ECE and TH_CWR makes this an ECN-setup SYN */
1236 flags |= (TH_ECE | TH_CWR);
1262 flags |= TH_CWR;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c1940 if (f & TH_CWR)

Completed in 372 milliseconds