OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omr_publisher_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-publisher.h
26
typedef struct omr_publisher
omr_publisher_t
;
typedef in typeref:struct:omr_publisher
35
void omr_publisher_cancel(
omr_publisher_t
*NONNULL publisher);
36
omr_publisher_t
*NULLABLE omr_publisher_create(route_state_t *NONNULL route_state, const char *NONNULL name);
37
void omr_publisher_set_omr_watcher(
omr_publisher_t
*NONNULL omr_publisher, omr_watcher_t *NONNULL omr_watcher);
38
void omr_publisher_set_reconnect_callback(
omr_publisher_t
*NONNULL omr_publisher,
40
void omr_publisher_start(
omr_publisher_t
*NONNULL publisher);
41
omr_prefix_t *NULLABLE omr_publisher_published_prefix_get(
omr_publisher_t
*NONNULL publisher);
42
void omr_publisher_force_publication(
omr_publisher_t
*NONNULL publisher, omr_prefix_priority_t priority);
43
void omr_publisher_interface_configuration_changed(
omr_publisher_t
*NONNULL publisher);
44
bool omr_publisher_publishing_dhcp(
omr_publisher_t
*NONNULL publisher)
[
all
...]
omr-publisher.c
93
}
omr_publisher_t
;
typedef in typeref:struct:omr_publisher
101
omr_publisher_t
*publisher = state_header->state_object
125
static void omr_publisher_discontinue_dhcp(
omr_publisher_t
*publisher);
126
static void omr_publisher_queue_prefix_update(
omr_publisher_t
*publisher, struct in6_addr *prefix_address,
131
omr_publisher_finalize(
omr_publisher_t
*publisher)
141
omr_publisher_t
*publisher = context;
158
omr_publisher_t
*publisher = context;
196
omr_publisher_set_omr_watcher(
omr_publisher_t
*publisher, omr_watcher_t *watcher)
208
void omr_publisher_set_reconnect_callback(
omr_publisher_t
*NONNULL publisher,
215
omr_publisher_cancel(
omr_publisher_t
*publisher
[
all
...]
route.h
35
typedef struct omr_publisher
omr_publisher_t
;
typedef in typeref:struct:omr_publisher
333
omr_publisher_t
*NULLABLE omr_publisher;
Completed in 18 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026