Searched refs:RDataBody (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DResponder.c238 static mDNSu8 gServiceText[sizeof(RDataBody)];
520 mDNSu8 text[sizeof(RDataBody)];
H A DNetMonitor.c275 RDataBody *rd = &pktrr->rdata->u;
501 RDataBody *rd = &pktrr->rdata->u;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientshim.c228 unsigned int size = sizeof(RDataBody);
248 x = (mDNS_DirectOP_Register *)mDNSPlatformMemAllocate(sizeof(*x) - sizeof(RDataBody) + size);
H A Duds_daemon.c659 int storage_size = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody);
678 rr = mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_size);
1339 int size = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody);
1340 ExtraResourceRecord *extra = mallocL("ExtraResourceRecord", sizeof(*extra) - sizeof(RDataBody) + size);
1451 const int rdsize = rdlen > sizeof(RDataBody) ? rdlen : sizeof(RDataBody);
1452 RData *newrd = mallocL("RData/update_record", sizeof(RData) - sizeof(RDataBody) + rdsize);
1763 const int extra_size = (request->u.servicereg.txtlen > sizeof(RDataBody))
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c1060 si = mallocL("ServiceInstance", sizeof(*si) - sizeof(RDataBody) + x->rdsize);
1150 unsigned int size = sizeof(RDataBody);
1375 if (data_len > sizeof(RDataBody)) size = data_len;
1376 else size = sizeof(RDataBody);
1383 ExtraResourceRecord *extra = mallocL("ExtraResourceRecord", sizeof(*extra) - sizeof(RDataBody) + size);
1431 unsigned int size = sizeof(RDataBody);
1436 RData *newrdata = mallocL("RData", sizeof(*newrdata) - sizeof(RDataBody) + size);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DDNSCommon.h166 extern mDNSBool SameRDataBody(const ResourceRecord *const r1, const RDataBody *const r2, DomainNameComparisonFn *samename);
H A DmDNSEmbeddedAPI.h1020 // The RDataBody union defines the common rdata types that fit into our 264-byte limit
1030 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
1031 } RDataBody; typedef in typeref:union:__anon10925
1039 rdataSOA soa; // This is large; not included in the normal RDataBody definition
1042 rdataRP rp; // This is large; not included in the normal RDataBody definition
1043 rdataPX px; // This is large; not included in the normal RDataBody definition
1046 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
1054 mDNSu16 MaxRDLength; // Amount of storage allocated for rdata (usually sizeof(RDataBody))
1055 mDNSu16 padding; // So that RDataBody is aligned on 32-bit boundary
1056 RDataBody
[all...]
H A DDNSCommon.c364 // the rdata from the RDataBody object. Sometimes this could be the wrong length -- but as
366 mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, char *const buffer)
1404 rr->resrec.rdata->MaxRDLength = sizeof(RDataBody);
1554 // r2 is just a bare RDataBody, which MUST be the same rrtype and rdlength as r1
1555 mDNSexport mDNSBool SameRDataBody(const ResourceRecord *const r1, const RDataBody *const r2, DomainNameComparisonFn *samename)
3597 // Note: An OPT RDataBody actually contains one or more variable-length rdataOPT objects packed together
H A Ddnssec.c2983 SameRDataBody(&ncr->resrec, (const RDataBody *)rv->rdata, SameDomainName))
H A DmDNS.c5712 rdsize = newrdlength > sizeof(RDataBody) ? newrdlength : sizeof(RDataBody);
5713 newrd = mDNSPlatformMemAllocate(sizeof(RData) - sizeof(RDataBody) + rdsize);
10005 AuthRecord *ar = mDNSPlatformMemAllocate(sizeof(AuthRecord) - sizeof(RDataBody) + RDLengthMem);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorks.c2108 RDataBody * rd;

Completed in 373 milliseconds