Searched refs:TCP6S_LISTEN (Results 1 – 3 of 3) sorted by relevance
67 #define TCP6S_LISTEN TCPS_LISTEN macro
649 …KASSERT(tpl != NULL && tpl->t_state == TCP6S_LISTEN, ("listen socket must be in listening state!")… in tcp_input()
559 tpl->t_state = TCP6S_LISTEN; in Listen()601 VerifyOrExit(tpl->t_state == TCP6S_LISTEN); in Matches()