Lines Matching refs:SCIFEP_CONNECTED
210 case SCIFEP_CONNECTED: in scif_close()
410 case SCIFEP_CONNECTED: in scif_listen()
551 ep->state = SCIFEP_CONNECTED; in scif_conn_func()
644 case SCIFEP_CONNECTED: in __scif_connect()
958 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
992 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
1001 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1020 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1032 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1077 SCIFEP_CONNECTED != ep->state || in _scif_recv()
1087 else if (!ret && ep->state != SCIFEP_CONNECTED) in _scif_recv()
1328 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()
1347 if (ep->state == SCIFEP_CONNECTED || ep->state == SCIFEP_DISCONNECTED) { in __scif_pollfd()
1352 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()