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

/darwin-on-arm/xnu/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.c2075 TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
2085 Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
2088 if ((thflags & TH_CWR) == TH_CWR) {
2097 ((ip_ecn == IPTOS_ECN_CE) || ((thflags & TH_CWR) == TH_CWR)))
2585 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE | TH_CWR)) {
2659 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE)) {
H A Dtcp_output.c1083 /* Setting TH_ECE and TH_CWR makes this an ECN-setup SYN */
1084 flags |= (TH_ECE | TH_CWR);
1111 flags |= TH_CWR;
H A Dtcp_lro.c479 if (thflags & (TH_SYN | TH_URG | TH_ECE | TH_CWR | TH_PUSH | TH_RST | TH_FIN)) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c1921 if (f & TH_CWR)

Completed in 104 milliseconds