HomeSort by: relevance | last modified time | path
    Searched refs:RData (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 503 // For records containing a hostname (in the name on the left, or in the rdata on the right),
762 // -- It is okay for several hosts to have RRs with the same name but different RDATA
772 // -- If two entities on the network have RRs with the same name but different RDATA, this is a conflict
916 // LLQ rdata 18 bytes (opt 2, len 2, vers 2, op 2, err 2, id 8, lease 4)
917 // Lease rdata 8 bytes (opt 2, len 2, lease 4)
918 // Owner rdata 12-24 bytes (opt 2, len 2, owner 8-20)
919 // Trace rdata 9 bytes (opt 2, len 2, platf 1, mDNSv 4)
920 // TSR rdata 14 bytes (opt 2, len 2, time 4, hash 4, index 2)
974 // Records received from the network with rdata this size or less have their rdata stored right in the CacheRecord objec
1360 RData *rdata; \/\/ Pointer to storage for this rdata member in struct:ResourceRecord_struct
    [all...]
DNSCommon.h 295 // the same name, type, class, and identical rdata (InterfaceID and TTL may differ)
301 // it's common to have a whole bunch or records with exactly the same name (e.g. "_http._tcp.local") but different RDATA.
303 // used to waste a lot of CPU time verifying that the names match, only then to find that the RDATA is different.
305 // By swapping the checks so that we check the RDATA first, we can quickly detect when it's different
325 SameRDataBody(r1, &r2->rdata->u, SameDomainName)
366 extern mDNSBool ValidateRData(const mDNSu16 rrtype, const mDNSu16 rdlength, const RData *const rd);
378 * existing wire-format rdata is available.
399 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &(RR)->rdata->u.name : \
400 ((RR)->rrtype == kDNSType_MX || (RR)->rrtype == kDNSType_AFSDB || (RR)->rrtype == kDNSType_RT || (RR)->rrtype == kDNSType_KX ) ? &(RR)->rdata->u.mx.exchange : \
401 ((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mDNSNULL
    [all...]
mDNS.c 702 const domainname *const cname = &rr->rdata->u.name;
703 const mDNSBool selfref = SameDomainName(&q->qname, &rr->rdata->u.name);
756 AssignDomainName(&q->qname, &rr->rdata->u.name); // Update qname
1089 // TTL and rdata may differ.
1112 // and require the rrtypes to match for the rdata to be considered potentially conflicting
1136 // so now we just need to check the name, type, class, rdata and TTL.
1340 // because changing its rdata may change the outcome of the tie-breaker.
1344 // If we've announced this record, we really should send a goodbye packet for the old rdata before
1345 // changing to the new rdata. However, in practice, we only do SetTargetToHostName for unique records,
1866 //if (rr->resrec.rrtype == kDNSType_SRV) rr->NATinfo.IntPort = rr->resrec.rdata->u.srv.port
9831 rdataOPT * const rdata = &ourTsr->resrec.rdata->u.opt[0]; local
    [all...]
DNSCommon.c 457 mDNSlocal char *GetTXTRRDisplayString(const mDNSu8 *const rdata, const mDNSu32 rdLen, char *const buffer,
470 for (const mDNSu8 *src = rdata, *const end = rdata + rdLen; src < end && !truncated; src += characterStringLen)
493 // the rdata from the RDataBody object. Sometimes this could be the wrong length -- but as
502 if (!rr->rdlength && rr->rrtype != kDNSType_OPT) { mDNS_snprintf(buffer+length, RemSpc, "<< ZERO RDATA LENGTH >>"); return(buffer); }
585 ds = dnssec_obj_rr_ds_create(rr->name->c, rr->rrclass, rr->rdata->u.data, rr->rdlength, false, &err);
612 rrsig = dnssec_obj_rr_rrsig_create(rr->name->c, rr->rdata->u.data, rr->rdlength, false, &err);
655 dnskey = dnssec_obj_rr_dnskey_create(rr->name->c, rr->rrclass, rr->rdata->u.data, rr->rdlength, false, &err);
686 const mDNSu16 recordType, const mDNSu8 * const rdata, const mDNSu32 rdataLen)
693 mDNSPlatformMemCopy(&outBuffer[2], rdata, (mDNSu32)rdataLen)
4263 const mDNSu8 *rdata; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1277 RootData RData(SU->NodeNum);
1278 RData.SubInstrCount = SU->getInstr()->isTransient() ? 0 : 1;
1305 RData.SubInstrCount += RootSet[PredNum].SubInstrCount;
1309 RootSet[SU->NodeNum] = RData;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 120 mDNSlocal mStatus update_record(AuthRecord *ar, mDNSu16 rdlen, const mDNSu8 *rdata, mDNSu32 ttl,
970 // Data must be in the following format: flags, interfaceIndex, name, rrtype, rrclass, rdlen, rdata, (optional) ttl
981 const mDNSu8 *const rdata = get_rdata(&request->msgptr, request->msgend, rdlen); local
1052 rr->resrec.rdata->MaxRDLength = (mDNSu16)rdcapacity;
1053 if (!SetRData(mDNSNULL, rdata, rdata + rdlen, &rr->resrec, rdlen))
1198 if (rr->resrec.rdata != &rr->rdatastorage)
1199 freeL("Extra RData", rr->resrec.rdata);
1230 if (srv->srs.RR_TXT.resrec.rdata != &srv->srs.RR_TXT.rdatastorage
1869 rdataOPT * const rdata = &ar->resrec.rdata->u.opt[0]; local
2205 const mDNSu8 *const rdata = (const mDNSu8 *)get_rdata(&request->msgptr, request->msgend, rdlen); local
2359 const mDNSu8 *const rdata = (const mDNSu8 *)get_rdata(&request->msgptr, request->msgend, rdlen); local
    [all...]

Completed in 26 milliseconds