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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h870 // In the multicast usage of NSEC3, we know the actual size of RData
1059 } RData; typedef in typeref:struct:__anon54
1062 #define sizeofRDataHeader (sizeof(RData) - sizeof(RDataBody))
1064 // RData_small is a smaller version of the RData object, used for inline data storage embedded in a CacheRecord_struct
1079 typedef void mDNSRecordUpdateCallback (mDNS *const m, AuthRecord *const rr, RData *OldRData, mDNSu16 OldRDLen);
1417 RData *rdata; // Pointer to storage for this rdata
1553 RData *NewRData; // Set if we are updating this record with new rdata
1554 mDNSu16 newrdlength; // ... and the length of the new RData
1585 RData *OrigRData;
1586 RData *InFlightRDat
[all...]

Completed in 230 milliseconds