Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c6374 …mDNS_SetupResourceRecord(&set->RR_PTR, mDNSNULL, set->InterfaceID, kDNSType_PTR, kHostNameTTL,… in AdvertiseInterface()
6379 set->RR_PTR .AllowRemoteQuery = mDNStrue; in AdvertiseInterface()
6409 MakeDomainNameFromDNSNameString(set->RR_PTR.resrec.name, buffer); in AdvertiseInterface()
6410 …set->RR_PTR.HostTarget = mDNStrue; // Tell mDNS that the target of this PTR is to be kept in sync … in AdvertiseInterface()
6411 …set->RR_PTR.ForceMCast = mDNStrue; // This PTR points to our dot-local name, so don't ever try to … in AdvertiseInterface()
6416 mDNS_Register_internal(m, &set->RR_PTR); in AdvertiseInterface()
6452 …if (set->RR_PTR. resrec.RecordType) mDNS_Deregister_internal(m, &set->RR_PTR, mDNS_Dereg_normal… in DeadvertiseInterface()
6804 if (sr->RR_PTR.resrec.RecordType != kDNSRecordTypeUnregistered) return; in ServiceCallback()
6857 …mDNS_SetupResourceRecord(&sr->RR_PTR, mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecor… in mDNS_RegisterService()
6871 …if (ConstructServiceName(sr->RR_PTR.resrec.name, mDNSNULL, type, domain) == mDNSNULL) return(mStat… in mDNS_RegisterService()
[all …]
H A DuDNS.c1340 mDNSBool tcp = (srs && DomainContainsLabelString(srs->RR_PTR.resrec.name, "_tcp")); in ReceivePortMapReply()
1471 if (DomainContainsLabelString(srs->RR_PTR.resrec.name, "_tcp")) op = NATOp_MapTCP; in StartNATPortMap()
1472 else if (DomainContainsLabelString(srs->RR_PTR.resrec.name, "_udp")) op = NATOp_MapUDP; in StartNATPortMap()
1502 mDNSBool tcp = srs ? DomainContainsLabelString(srs->RR_PTR.resrec.name, "_tcp") : mDNSfalse; in DeleteNATPortMapping()
4260 SetNewRData(&srs->RR_PTR.resrec, mDNSNULL, 0); in SendServiceRegistration()
4292 …esourceRecordTTLJumbo(&msg, ptr, &msg.h.mDNS_numUpdates, &srs->RR_PTR.resrec, srs->RR_PTR.resrec.r… in SendServiceRegistration()
4571 srs->RR_PTR.resrec.rroriginalttl = kWideAreaTTL; in uDNS_RegisterService()
4608 if (!(ptr = putDeletionRecord(&msg, ptr, &srs->RR_PTR.resrec))) goto error; in SendServiceDeregistration()
H A DmDNSEmbeddedAPI.h1748 AuthRecord RR_PTR; // PTR (reverse lookup) record member
1789 AuthRecord RR_PTR; // e.g. _printer._tcp.local. PTR Name._printer._tcp.local. member
H A Duds_daemon.c2528 srs->RR_PTR.AllowRemoteQuery = mDNStrue; in regservice_callback()