Lines Matching refs:Sending
586 // This means that because the announce interval is doubled after sending the first packet, the first
608 // When sending a unique record, all other records matching "SameResourceRecordSignature" must also be sent
1467 // The solution is to defer delivering the "Remove" events until mDNS_Execute time, just like we do for sending
1490 // We defer cleaning up NAT state only after sending goodbyes. This is important because
1602 #pragma mark - Packet Sending Functions
1690 LogInfo("SendDelayedUnicastResponse: Not sending %s, on %s", ARDisplayString(m, rr), InterfaceNameForID(m, InterfaceID));
2086 LogSPS("SendResponses: Sending wakeup %2d for %.6a %s", rr->AnnounceCount-3, &rr->WakeUp.IMAC, ARDisplayString(m, rr));
2146 // When sending SRV records (particularly when announcing a new service) automatically add related Address record(s) as additionals
2160 r2->ImmedAdditional = r2->resrec.InterfaceID; // ... then mark this address record for sending too
2174 // then we need to mark them for sending too. Otherwise, if we set the kDNSClass_UniqueRRSet bit on a
2181 if (rr->ImmedAnswer) // If we're sending this as answer, see that its whole RRSet is similarly marked
2189 else if (rr->ImmedAdditional) // If we're sending this as additional, see that its whole RRSet is similarly marked
2201 if (rr->ImmedAnswer == mDNSInterfaceMark) // Sending this record on all appropriate interfaces
2204 rr->ImmedAdditional = mDNSNULL; // No need to send as additional if sending as answer
2229 // *** 2. Loop through interface list, sending records as appropriate
2254 LogInfo("SendResponses: Not sending %s, on %s", ARDisplayString(m, rr), InterfaceNameForID(m, rr->SendRNow));
2297 if (newptr) // If succeeded in sending, advance to next interface
2299 // If sending on all interfaces, go to next interface; else we're finished now
2416 debugf("SendResponses: Sending %d Deregistration%s, %d Announcement%s, %d Answer%s, %d Additional%s on %p",
2870 debugf("Sending %d%% cache expiration query for %s", 80 + 5 * cr->UnansweredQueries, CRDisplayString(m, cr));
2916 q->SendQNow = mDNSInterfaceMark; // Mark this question for sending on all interfaces
2950 q->SendQNow = mDNSInterfaceMark; // Mark this question for sending on all interfaces
2966 // Sending third query, and no answers yet; time to begin doubting the source
2971 // Mark for sending. (If no active interfaces, then don't even try.)
2987 // For all questions (not just the ones we're sending) check what the next scheduled event will be
3010 // 2. else, if it has reached its probe time, mark it for sending and then update m->NextScheduledProbe correctly
3027 // Mark for sending. (If no active interfaces, then don't even try.)
3076 // 3. Now we know which queries and probes we're sending,
3077 // go through our interface list sending the appropriate queries on each interface
3195 debugf("SendQueries: Sending %d Question%s %d Answer%s %d Update%s on %p",
3519 // If this question is one that's actively sending queries, and it's received ten answers within one
3520 // second of sending the last query packet, then that indicates some radical network topology change,
3765 // After sending the query we'll increment UnansweredQueries and call SetNextCacheCheckTimeForRecord(),
4246 // SendResponses normally calls CompleteDeregistration after sending goodbyes.
4855 // initial DNSMessage with h.flags set to zero, and then update it to UpdateReqFlags right before sending the packet.
4910 LogSPS("SendSPSRegistration: Sending Update %s %d (%d) id %5d with %d records %d bytes to %#a:%d", intf->ifname, intf->NextSPSAttempt, sps,
5333 LogMsg("Failed to register with SPS, now sending goodbyes");
5830 // We only mark this question for sending if it is at least one second since the last time we multicast it
7072 // suppress sending our mDNS query packet because we think we already have a valid (negative) answer to that query in our cache.
8283 // the question is not suppressed, we don't want two active questions sending packets on the wire.
8369 // wanted, and they may immediately cancel their question. In this case, sending an actual query on the wire would
9502 // suppressing packet sending for more than about 1/3 second can cause protocol correctness
11417 if (m->ResourceRecords) LogInfo("mDNS_StartExit: Sending final record deregistrations");