Home
last modified time | relevance | path

Searched refs:default_local (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c123 mDNSBool default_local; // is this the "local." from an empty-string registration? member
963 !instance->default_local) in regservice_callback()
1409 if (result && i->default_local) break; in handle_add_request()
1544 if (result && i->default_local) goto end; in handle_update_request()
1628 if (err && i->default_local) break; in handle_removerecord_request()
1810 … instance->default_local = (request->u.servicereg.default_domain && DomainIsLocal); in register_service_instance()