Lines Matching refs:SCIFEP_BOUND
205 case SCIFEP_BOUND: in scif_close()
358 if (ep->state == SCIFEP_BOUND) { in scif_bind()
380 ep->state = SCIFEP_BOUND; in scif_bind()
415 case SCIFEP_BOUND: in scif_listen()
481 ep->state = SCIFEP_BOUND; in scif_conn_func()
491 ep->state = SCIFEP_BOUND; in scif_conn_func()
519 ep->state = SCIFEP_BOUND; in scif_conn_func()
540 ep->state = SCIFEP_BOUND; in scif_conn_func()
548 ep->state = SCIFEP_BOUND; in scif_conn_func()
557 } else if (ep->state == SCIFEP_BOUND) { in scif_conn_func()
659 case SCIFEP_BOUND: in __scif_connect()