Lines Matching refs:SCIFEP_BOUND
197 case SCIFEP_BOUND: in scif_close()
350 if (ep->state == SCIFEP_BOUND) { in scif_bind()
371 ep->state = SCIFEP_BOUND; in scif_bind()
406 case SCIFEP_BOUND: in scif_listen()
472 ep->state = SCIFEP_BOUND; in scif_conn_func()
482 ep->state = SCIFEP_BOUND; in scif_conn_func()
510 ep->state = SCIFEP_BOUND; in scif_conn_func()
531 ep->state = SCIFEP_BOUND; in scif_conn_func()
539 ep->state = SCIFEP_BOUND; in scif_conn_func()
548 } else if (ep->state == SCIFEP_BOUND) { in scif_conn_func()
649 case SCIFEP_BOUND: in __scif_connect()