Lines Matching defs:autoname
199 mDNSBool autoname; // Set if this name is tied to the Computer Name
1012 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
1033 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
1035 // On conflict for an autoname service, rename and reregister *all* autoname services
1039 else // On conflict for a non-autoname service, rename and reregister just that one service
1331 if (request->u.servicereg.autoname)
1333 // Clear autoname before calling UpdateDeviceInfoRecord() so it doesn't mistakenly include this in its count of active autoname registrations
1334 request->u.servicereg.autoname = mDNSfalse;
2102 request->u.servicereg.autoname = mDNStrue;
2114 request->u.servicereg.autoname = mDNSfalse;
2173 if (request->u.servicereg.autoname) UpdateDeviceInfoRecord(&mDNSStorage);
2482 if (req->terminate == regservice_termination_callback && req->u.servicereg.autoname && req->interfaceIndex != kDNSServiceInterfaceIndexLocalOnly)
2522 // For autoname services, see if the default service name has changed, necessitating an automatic update
2525 if (req->u.servicereg.autoname && !SameDomainLabelCS(req->u.servicereg.name.c, m->nicelabel.c))