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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-gw.h 77 bool skip_update; member in struct:service_instance
srp-mdns-proxy.c 1628 instances->vec[i]->skip_update = false;
2195 instance->skip_update ? "skipping " : "", service_ref, instance->instance_name, instance->service_type,
2198 if (instance->skip_update) {
2550 instance->skip_update = raw->skip_update;
2724 if (instance->skip_update) {
2743 if (instance->skip_update) {
3580 client_update_t *skip_update = client_update; local
3586 snprintf(already_seen, 6, " %04x", skip_update->message->wire.id);
3589 skip_update->next = NULL
    [all...]
srp-mdns-proxy.h 155 bool skip_update; // True if we shouldn't actually register this instance member in struct:adv_instance

Completed in 70 milliseconds