Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_fsm.h104 #define TCPS_HAVERCVDSYN(s) ((s) >= TCPS_SYN_RECEIVED) macro
H A Dtcp_output.c2840 TCPS_HAVERCVDSYN(tp->t_state) && in tcp_output()
H A Dtcp_subr.c1205 if (TCPS_HAVERCVDSYN(tp->t_state)) { in tcp_drop()