HomeSort by: relevance | last modified time | path
    Searched defs:route_connection (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.c 101 cti_connection_t route_connection; member in struct:omr_watcher
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
    [all...]

Completed in 15 milliseconds