Lines Matching refs:SCIFEP_CONNECTED
202 case SCIFEP_CONNECTED: in scif_close()
401 case SCIFEP_CONNECTED: in scif_listen()
542 ep->state = SCIFEP_CONNECTED; in scif_conn_func()
635 case SCIFEP_CONNECTED: in __scif_connect()
948 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
982 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
991 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1010 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1022 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1067 SCIFEP_CONNECTED != ep->state || in _scif_recv()
1077 else if (!ret && ep->state != SCIFEP_CONNECTED) in _scif_recv()
1318 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()
1337 if (ep->state == SCIFEP_CONNECTED || ep->state == SCIFEP_DISCONNECTED) { in __scif_pollfd()
1342 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()