Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1720 if (hi->arv4.state == regState_Registered || hi->arv4.state == regState_Refresh || in GetServiceTarget()
2386 if (h->arv4.resrec.RecordType) in hostnameGetPublicAddressCallback()
2388 …if (mDNSSameIPv4Address(h->arv4.resrec.rdata->u.ipv4, n->ExternalAddress)) return; // If address … in hostnameGetPublicAddressCallback()
2390 h->arv4.resrec.name->c, &h->arv4.resrec.rdata->u.ipv4, &n->ExternalAddress); in hostnameGetPublicAddressCallback()
2391 … mDNS_Deregister(m, &h->arv4); // mStatus_MemFree callback will re-register with new address in hostnameGetPublicAddressCallback()
2395 …LogInfo("Advertising hostname %##s IPv4 %.4a (NAT gateway's external address)", h->arv4.resrec.nam… in hostnameGetPublicAddressCallback()
2396 h->arv4.resrec.RecordType = kDNSRecordTypeKnownUnique; in hostnameGetPublicAddressCallback()
2397 h->arv4.resrec.rdata->u.ipv4 = n->ExternalAddress; in hostnameGetPublicAddressCallback()
2398 mDNS_Register(m, &h->arv4); in hostnameGetPublicAddressCallback()
2406 …if (!mDNSIPv4AddressIsZero(m->AdvertisedV4.ip.v4) && h->arv4.resrec.RecordType == kDNSRecordTypeUn… in AdvertiseHostname()
[all …]
H A DmDNSEmbeddedAPI.h1708 AuthRecord arv4; // registered IPv4 address record member