Lines Matching defs:data

369             // Probably not essential, but just to be safe, zero out the secret key data
984 mDNSlocal mDNSu8 *putLLQ(DNSMessage *const msg, mDNSu8 *ptr, const DNSQuestion *const question, const LLQOptData *const data)
991 ptr = putQuestion(msg, ptr, msg->data + AbsoluteMaxDNSMessageData, &question->qname, question->qtype, question->qclass);
1005 optRD->u.llq = *data;
1032 mDNSu8 *responsePtr = m->omsg.data;
1144 if (msg->h.numQuestions && getQuestion(msg, msg->data, end, 0, &pktQ))
1191 ackEnd = putLLQ(&m->omsg, m->omsg.data, q, &opt->u.llq);
1244 // tcpCallback is called to handle events (e.g. connection opening and data reception) on TCP connections for
1295 end = putLLQ(&tcpInfo->request, tcpInfo->request.data, q, &llqData);
1304 end = putQuestion(&tcpInfo->request, tcpInfo->request.data, tcpInfo->request.data + AbsoluteMaxDNSMessageData, &q->qname, q->qtype, q->qclass);
1308 end = DNSProxySetAttributes(q, &tcpInfo->request.h, &tcpInfo->request, end, tcpInfo->request.data + AbsoluteMaxDNSMessageData);
1310 end = putDNSSECOption(&tcpInfo->request, end, tcpInfo->request.data + AbsoluteMaxDNSMessageData);
1385 // there may be no more data present, and that's perfectly okay.
1625 // Normally we lookup the zone data and then call this function. And we never free the zone data
1631 // have switched to a network with no NATs and we should get the zone data again.
1678 end = putLLQ(&m->omsg, m->omsg.data, q, &llqData);
1857 // The caller needs to free the memory when done with zone data
2064 // we need to restart the get zone data and nat mapping request to get the latest mapping result as we can't handle it
2766 mDNSu8 *rd = m->rec.r.resrec.rdata->u.data;
2949 mDNSu8 *ptr = m->omsg.data;
3090 if (info && info->AutoTunnel) limit = m->omsg.data + AbsoluteMaxDNSMessageData;
3091 else limit = m->omsg.data + NormalMaxDNSMessageData;
3109 else LogInfo("SendGroupRRMessage: Sent a group update ID: %d start %p, end %p, limit %p", mDNSVal16(m->omsg.h.id), m->omsg.data, ptr, limit);
3115 else LogInfo("SendGroupRRMessage: Sent a group UDP update ID: %d start %p, end %p, limit %p", mDNSVal16(m->omsg.h.id), m->omsg.data, ptr, limit);
3168 // 1. Record 1 finishes getting zone data and its registration gets delayed by 1 second
3169 // 2. Record 2 comes 0.1 second later, finishes getting its zone data and its registration is also delayed by
3226 mDNSu8 *next = m->omsg.data;
3272 next = m->omsg.data;
3483 // Later when need to send an update, we will get the zone data again. Thus we avoid
3492 // as all of them try to get the zone data.
3925 const mDNSu8 *ptr = msg->data;
4002 msg->h.numAdditionals, msg->h.numAdditionals == 1 ? "" : "s", end - msg->data);
4067 mDNSu8 *limit = m->omsg.data + AbsoluteMaxDNSMessageData;
4084 end = putLLQ(&m->omsg, m->omsg.data, q, &llq);
4103 // Note: If a question is in LLQ_Established state, we never free the zone data for the
4107 // zone data in that case.
4148 // We hold on to the zone data if it is AutoTunnel as we use the hostname
4159 // We don't need the zone data as we use it only for the Host information which we
4300 // Store discovered zone data
4331 // If we are deregistering, uDNS_DeregisterRecord will do that as it has the zone data now.
4344 // we were fetching zone data.
4415 mDNSu8 *ptr = m->omsg.data;
4497 // The data may be queued in QueuedRData or InFlightRData.
4582 // data when it encounters this record.
4763 mDNSu8 *end = m->omsg.data;
4771 end = putQuestion(&m->omsg, m->omsg.data, m->omsg.data + AbsoluteMaxDNSMessageData, &q->qname, q->qtype, q->qclass);
4775 end = DNSProxySetAttributes(q, &m->omsg.h, &m->omsg, end, m->omsg.data + AbsoluteMaxDNSMessageData);
4777 end = putDNSSECOption(&m->omsg, end, m->omsg.data + AbsoluteMaxDNSMessageData);
4786 end = putQuestion(&m->omsg, m->omsg.data, m->omsg.data + AbsoluteMaxDNSMessageData, DNSRelayTestQuestion, kDNSType_PTR, kDNSClass_IN);
4790 if (end > m->omsg.data && (q->qDNSServer->teststate != DNSServer_Failed || NoTestQuery(q)))
5017 // (3) we have new data to give the client that's changed since the last callback
5191 // We are waiting to update the resource record. The original data of the record is