Home
last modified time | relevance | path

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

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