Lines Matching refs:SCIFEP_CONNECTED
211 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()
957 while (sent_len != len && SCIFEP_CONNECTED == ep->state) { in _scif_send()
991 (SCIFEP_CONNECTED != ep->state) || in _scif_send()
1000 else if (!ret && SCIFEP_CONNECTED != ep->state) in _scif_send()
1019 while (remaining_len && (SCIFEP_CONNECTED == ep->state || in _scif_recv()
1031 if (ep->state == SCIFEP_CONNECTED) { in _scif_recv()
1076 SCIFEP_CONNECTED != ep->state || in _scif_recv()
1086 else if (!ret && ep->state != SCIFEP_CONNECTED) in _scif_recv()
1327 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()
1346 if (ep->state == SCIFEP_CONNECTED || ep->state == SCIFEP_DISCONNECTED) { in __scif_pollfd()
1351 if (ep->state == SCIFEP_CONNECTED || in __scif_pollfd()