OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omr_watcher_t
(Results
1 - 5
of
5
) 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
...]
omr-watcher.c
17
* This file contains the implementation of the
omr_watcher_t
object, which tracks off-mesh-routable prefixes on the
222
omr_watcher_finalize(
omr_watcher_t
*omw)
237
// The
omr_watcher_t
can have a route_connection and a prefix_connection, but each of these will retain
244
omr_watcher_callback_finalize(
omr_watcher_t
*omw, omr_watcher_callback_t *callback)
256
omr_watcher_t
*omw = context;
271
omr_watcher_send_prefix_event(
omr_watcher_t
*omw, omr_watcher_event_type_t event_type,
286
omr_watcher_t
*omw = context;
426
omr_watcher_callback_add_(
omr_watcher_t
*omw, omr_watcher_event_callback_t callback,
445
omr_watcher_callback_cancel(
omr_watcher_t
*omw, omr_watcher_callback_t *callback)
468
omr_watcher_t
*
[
all
...]
omr-publisher.h
37
void omr_publisher_set_omr_watcher(omr_publisher_t *NONNULL omr_publisher,
omr_watcher_t
*NONNULL omr_watcher);
route.h
33
typedef struct omr_watcher
omr_watcher_t
;
typedef in typeref:struct:omr_watcher
332
omr_watcher_t
*NULLABLE omr_watcher;
omr-publisher.c
75
omr_watcher_t
*omr_watcher;
196
omr_publisher_set_omr_watcher(omr_publisher_t *publisher,
omr_watcher_t
*watcher)
Completed in 21 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026