Searched refs:avahi_interface_post_response (Results 1 - 4 of 4) sorted by relevance
/external/avahi/avahi-core/ |
H A D | iface.h | 174 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
|
H A D | announce.c | 413 avahi_interface_post_response(i, g, e->flags & AVAHI_PUBLISH_UNIQUE, NULL, 1);
|
H A D | server.c | 418 if (!avahi_interface_post_response(i, r, flush_cache, a, im) && unicast_response) { 511 avahi_interface_post_response(j, r, flush_cache, NULL, 1);
|
H A D | iface.c | 626 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) { function
|
Completed in 248 milliseconds