Searched refs:SendGroupUpdates (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c2901 mDNSlocal mDNSBool SendGroupUpdates(mDNS *const m) function
2957 LogMsg("SendGroupUpdates: ERROR!!: spaceleft is zero at the beginning");
2974 LogMsg("SendGroupUpdates: ERROR no space for zone information, disabling merge");
2981 LogMsg("SendGroupUpdates: ERROR! Cannot put zone, disabling merge");
2996 LogInfo("SendGroupUpdates: Skipping message %s, spaceleft %d, rrSize %d", ARDisplayString(m, rr), spaceleft, rrSize);
3008 LogInfo("SendGroupUpdates:1: Parsed %d records and sending using %s, spaceleft %d, rrSize %d", nrecords, ARDisplayString(m, anchorRR), spaceleft, rrSize);
3015 LogInfo("SendGroupUpdates: Building a message with resource record %s, next %p, state %d, ttl %d", ARDisplayString(m, rr), next, rr->state, rr->resrec.rroriginalttl);
3020 LogMsg("SendGroupUpdates: ptr NULL while building message with %s", ARDisplayString(m, rr));
3026 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3045 LogInfo("SendGroupUpdates
[all...]

Completed in 170 milliseconds