Home
last modified time | relevance | path

Searched refs:MaximumRDSize (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1458 #define MaximumRDSize 8192 macro
1696 mDNSu8 _extradata[MaximumRDSize-InlineCacheRDSize]; // Glue on the necessary number of extra bytes
H A DDNSCommon.c1457 while (nread < pktRDLen && (mDNSu8 *)opt < rr->rdata->u.data + MaximumRDSize - sizeof(rdataOpt)) in getOptRdata()
1897 rr->resrec.rdata->MaxRDLength = MaximumRDSize; in GetLargeResourceRecord()
H A DuDNS.c2310 mDNSu8 *rdend = rd + MaximumRDSize; in ParseTSIGError()