Home
last modified time | relevance | path

Searched refs:TE_SENDIPECT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c1828 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
1853 ~(TE_SETUPRECEIVED | TE_SENDIPECT | in tcp_output()
1872 tp->ecn_flags |= (TE_SETUPSENT | TE_SENDIPECT); in tcp_output()
1883 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_output()
2215 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()
2229 if ((tp->ecn_flags & TE_SENDIPECT) != 0 && len && in tcp_output()
H A Dtcp_var.h427 #define TE_SENDIPECT 0x0004 /* Indicate we haven't sent or received non-ECN-setup SYN o… macro
H A Dtcp_input.c3337 tp->ecn_flags |= (TE_SETUPRECEIVED | TE_SENDIPECT); in tcp_input()
3454 tp->ecn_flags &= ~TE_SENDIPECT; in tcp_input()
4829 (tp->ecn_flags & TE_SENDIPECT)) { in tcp_input()