Searched defs:rdatastorage (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c33 RData rdatastorage; member in struct:AnonInfoResourceRecord_struct
148 anonRR->rdatastorage.MaxRDLength = rr->rdlength;
149 mDNSPlatformMemCopy(anonRR->rdatastorage.u.data, rr->rdata->u.data, rr->rdlength);
151 name = (domainname *)(anonRR->rdatastorage.u.data + rr->rdlength);
155 anonRR->resrec.rdata = &anonRR->rdatastorage;
H A DmDNSEmbeddedAPI.h1591 RData rdatastorage; // Normally the storage is right here, except for oversized records member in struct:AuthRecord_struct
1592 // rdatastorage MUST be the last thing in the structure -- when using oversized AuthRecords, extra bytes
1593 // are appended after the end of the AuthRecord, logically augmenting the size of the rdatastorage

Completed in 75 milliseconds