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

/macosx-10.5.8/xnu-1228.15.4/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_output.c862 /* Setting TH_ECE and TH_CWR makes this an ECN-setup SYN */
863 flags |= (TH_ECE | TH_CWR);
890 flags |= TH_CWR;
H A Dtcp_input.c1357 TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
1368 Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
1371 if ((thflags & TH_CWR) == TH_CWR) {
1779 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE | TH_CWR)) {
1842 if ((thflags & (TH_ECE | TH_CWR)) == (TH_ECE)) {

Completed in 56 milliseconds