Searched refs:rrSize (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | uDNS.c | 3193 mDNSs32 zoneSize, rrSize; in SendGroupUpdates() local 3275 rrSize = RREstimatedSize(rr, zoneSize - 4); in SendGroupUpdates() 3277 if ((spaceleft - rrSize) < 0) in SendGroupUpdates() 3283 …Updates: Skipping message %s, spaceleft %d, rrSize %d", ARDisplayString(m, rr), spaceleft, rrSize); in SendGroupUpdates() 3295 …ing using %s, spaceleft %d, rrSize %d", nrecords, ARDisplayString(m, anchorRR), spaceleft, rrSize); in SendGroupUpdates() 3300 spaceleft -= rrSize; in SendGroupUpdates() 3312 if ((next - oldnext) > rrSize) in SendGroupUpdates() 3313 …wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, r… in SendGroupUpdates() 3314 else { spaceleft += rrSize; spaceleft -= (next - oldnext); } in SendGroupUpdates()
|