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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 19 * This file contains the interface for the omr_watcher_t object, which tracks off-mesh-routable prefixes on the
26 typedef struct omr_watcher omr_watcher_t; typedef in typeref:struct:omr_watcher
61 // Release/retain functions for omr_watcher_t:
99 // watcher: the omr_watcher_t to which to add the callback
104 omr_watcher_callback_add_(omr_watcher_t *NONNULL omw, omr_watcher_event_callback_t NONNULL callback,
117 void omr_watcher_callback_cancel(omr_watcher_t *NONNULL omw, omr_watcher_callback_t *NONNULL callback);
121 // Creates and starts an omr_watcher_t object. The object starts an ongoing query with wpantund/threadradiod to watch the Thread:OnMeshPrefixes
126 // returns value: NULL on failure, or a pointer to an omr_watcher_t object.
130 omr_watcher_t *NULLABLE
138 // watcher: pointer to an omr_watcher_t object to start
    [all...]
route.h 33 typedef struct omr_watcher omr_watcher_t; typedef in typeref:struct:omr_watcher
332 omr_watcher_t *NULLABLE omr_watcher;

Completed in 15 milliseconds