Lines Matching refs:numAdditionals
1731 newptr = PutResourceRecord(&m->omsg, responseptr, &m->omsg.h.numAdditionals, &rr->resrec); in SendDelayedUnicastResponse()
2339 newptr = PutRR_OS(newptr, &m->omsg.h.numAdditionals, &rr->resrec); in SendResponses()
2377 newptr = PutRR_OS(responseptr, &m->omsg.h.numAdditionals, &nsec.resrec); in SendResponses()
2394 if (m->omsg.h.numAnswers || m->omsg.h.numAdditionals) in SendResponses()
2406 newptr = PutResourceRecord(&m->omsg, responseptr, &m->omsg.h.numAdditionals, &opt.resrec); in SendResponses()
2408 else if (m->omsg.h.numAnswers + m->omsg.h.numAuthorities + m->omsg.h.numAdditionals == 1) in SendResponses()
2410 …Questions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, ARDisplayStri… in SendResponses()
2413 …Questions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, ARDisplayStri… in SendResponses()
2420 m->omsg.h.numAdditionals, m->omsg.h.numAdditionals == 1 ? "" : "s", intf->InterfaceID); in SendResponses()
3181 queryptr = PutResourceRecordTTLWithLimit(&m->omsg, queryptr, &m->omsg.h.numAdditionals, in SendQueries()
3185 …Questions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, ARDisplayStri… in SendQueries()
3187 …= 1 || m->omsg.h.numAnswers != 0 || m->omsg.h.numAuthorities != 1 || m->omsg.h.numAdditionals != 1) in SendQueries()
3190 …Questions, m->omsg.h.numAnswers, m->omsg.h.numAuthorities, m->omsg.h.numAdditionals, ARDisplayStri… in SendQueries()
4903 …p = PutResourceRecordTTLWithLimit(&m->omsg, p, &m->omsg.h.numAdditionals, &opt.resrec, opt.resrec.… in SendSPSRegistrationForOwner()
5474 mDNSu8 *p = PutResourceRecordTTL(response, responseptr, &response->h.numAdditionals, &rr->resrec, in GenerateUnicastResponse()
6232 msg->h.numAdditionals, msg->h.numAdditionals == 1 ? " " : "s", end - msg->data); in mDNSCoreReceiveQuery()
6242 msg->h.numAdditionals, msg->h.numAdditionals == 1 ? " " : "s", end - msg->data); in mDNSCoreReceiveQuery()
6252 m->omsg.h.numAdditionals, m->omsg.h.numAdditionals == 1 ? "" : "s", in mDNSCoreReceiveQuery()
6491 int totalrecords = firstadditional + response->h.numAdditionals; in mDNSCoreReceiveResponse()
6501 …response->h.numAdditionals, response->h.numAdditionals == 1 ? " " : "s", end - response->data, … in mDNSCoreReceiveResponse()
6578 response->h.numAdditionals, response->h.numAdditionals == 1 ? "" : "s"); in mDNSCoreReceiveResponse()
7251 msg->h.numAdditionals, msg->h.numAdditionals == 1 ? " " : "s", end - msg->data); in mDNSCoreReceiveUpdate()
7373 …p = PutResourceRecordTTLWithLimit(&m->omsg, p, &m->omsg.h.numAdditionals, &opt.resrec, opt.resrec.… in mDNSCoreReceiveUpdate()
7527 msg->h.numAdditionals = (mDNSu16)((mDNSu16)ptr[6] << 8 | ptr[7]); in mDNSCoreReceive()