Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c12609 AuthRecord *ptrAR; in AdvertiseInterface() local
12633 ptrAR = mDNSNULL; in AdvertiseInterface()
12639 ptrAR = &set->RR_PTR; in AdvertiseInterface()
12655 …if (ptrAR) mDNS_SetupResourceRecord(ptrAR, mDNSNULL, set->InterfaceID, kDNSType_PTR, kHostNameTTL,… in AdvertiseInterface()
12659 if (ptrAR) ptrAR->AllowRemoteQuery = mDNStrue; in AdvertiseInterface()
12688 if (ptrAR) in AdvertiseInterface()
12690 MakeDomainNameFromDNSNameString(&ptrAR->namestorage, buffer); in AdvertiseInterface()
12691ptrAR->AutoTarget = Target_AutoHost; // Tell mDNS that the target of this PTR is to be kept in … in AdvertiseInterface()
12692ptrAR->ForceMCast = mDNStrue; // This PTR points to our dot-local name, so don't ever tr… in AdvertiseInterface()
12704 if (ptrAR) mDNS_Register_internal(m, ptrAR); in AdvertiseInterface()