Searched defs:rdlength (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c125 int rdlength; local
163 rdlength = rr->rri_rdatas[i].rdi_length;
167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
171 rdlength -= 1;
175 type, keytag, algorithm, rdlength);
180 rr->rri_flags, rdlength, cp);
211 int qdcount, ancount, rdlength; local
289 GETSHORT(rdlength, cp); /* RDLENGTH */
300 rdlength
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c718 opt->rdlength = sizeof(rdataOPT); // One option in this OPT record
1469 if (AddRecord == QC_addnocache && answer->rdlength == 0) return; // Don't care about transient failure indications
1478 if (answer->rdlength)
1518 if (!answer->rdlength && zd->ZonePrivate && zd->ZoneService != ZoneServiceQuery)
1526 if (answer->rdlength)
1550 zd->Addr.ip.v4 = (answer->rdlength == 4) ? answer->rdata->u.ipv4 : zerov4Addr;
1790 rr->resrec.rdlength = rr->resrec.rdestimate = 0;
1803 SetNewRData(&rr->resrec, mDNSNULL, 0); // Update rdlength, rdestimate, rdatahash
2214 if (answer->rdlength != 0)
2219 if (AddRecord && answer->rdlength !
2806 int rdlength; local
[all...]
H A DDNSCommon.c171 // Note slight bug: this code uses the rdlength from the ResourceRecord object, to display
179 mDNSu32 length = mDNS_snprintf(buffer, MaxMsg-1, "%4d %##s %s ", rr->rdlength, rr->name->c, DNSTypeName(rr->rrtype));
181 if (!rr->rdlength) { mDNS_snprintf(buffer+length, RemSpc, "<< ZERO RDATA LENGTH >>"); return(buffer); }
199 while (t < rd->txt.c + rr->rdlength)
212 const rdataOPT *const end = (const rdataOPT *)&rd->data[rr->rdlength];
255 default: mDNS_snprintf(buffer+length, RemSpc, "RDLen %d: %s", rr->rdlength, rd->data);
1031 // rr->resrec.rdlength = MUST set by client and/or in mDNS_Register_internal
1113 int len = rr->rdlength;
1163 // r1 has to be a full ResourceRecord including rrtype and rdlength
1164 // r2 is just a bare RDataBody, which MUST be the same rrtype and rdlength a
1458 ValidateRData(const mDNSu16 rrtype, const mDNSu16 rdlength, const RData *const rd) argument
2022 SetNewRData(ResourceRecord *const rr, RData *NewRData, mDNSu16 rdlength) argument
[all...]
H A DmDNSEmbeddedAPI.h1086 mDNSu16 rdlength; // Size of the raw rdata, in bytes, in the on-the-wire format member in struct:__anon26808

Completed in 545 milliseconds