Lines Matching defs:route_connection
101 cti_connection_t route_connection;
237 // The omr_watcher_t can have a route_connection and a prefix_connection, but each of these will retain
558 // Note: this will cancel and release route_state->omr_watcher, which will result in omw->route_connection being NULL
599 if (omw->route_connection) {
600 cti_events_discontinue(omw->route_connection);
601 omw->route_connection = NULL;
609 int status = cti_get_prefix_list(omw->route_state->srp_server, &omw->route_connection,
631 if (omw->route_connection != NULL) {
632 cti_events_discontinue(omw->route_connection);
633 omw->route_connection = NULL;