Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:numAdditionals

1520 	h->numAdditionals = 0;
1957 end = PutResourceRecordTTLJumbo(msg, end, &msg->h.numAdditionals, &rr.resrec, 0);
1972 end = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &rr.resrec, 0, limit);
1994 newptr = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &hinfo.resrec, 0, limit);
2458 for (i = 0; ptr && i < msg->h.numAdditionals; i++)
2582 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAdditionals, "Additionals");
2606 const mDNSu16 numAdditionals = msg->h.numAdditionals;
2645 // Swap the integer values back the way they were (remember that numAdditionals may have been changed by putHINFO and/or SignMessage)
2653 msg->h.numAdditionals = numAdditionals;