Lines Matching refs:SendRNow

1145 	rr->SendRNow          = mDNSNULL;
2069 // *** 1. Setup: Set the SendRNow and ImmedAnswer fields to indicate which interface(s) the records need to be sent on
2198 // Now set SendRNow state appropriately
2203 rr->SendRNow = !intf ? mDNSNULL : (rr->resrec.InterfaceID) ? rr->resrec.InterfaceID : intf->InterfaceID;
2219 rr->SendRNow = rr->ImmedAnswer; // Just respond on that interface
2225 //if (rr->SendRNow) LogMsg("%-15.4a %s", &rr->v4Requester, ARDisplayString(m, rr));
2251 if ((rr->SendRNow == intf->InterfaceID) &&
2254 LogInfo("SendResponses: Not sending %s, on %s", ARDisplayString(m, rr), InterfaceNameForID(m, rr->SendRNow));
2255 rr->SendRNow = GetNextActiveInterfaceID(intf);
2257 else if (rr->SendRNow == intf->InterfaceID)
2301 rr->SendRNow = GetNextActiveInterfaceID(intf);
2303 rr->SendRNow = mDNSNULL;
2452 if (rr->SendRNow)
2455 LogMsg("SendResponses: No active interface %p to send: %p %02X %s", rr->SendRNow, rr->resrec.InterfaceID, rr->resrec.RecordType, ARDisplayString(m, rr));
2456 rr->SendRNow = mDNSNULL;
3028 ar->SendRNow = (!intf || ar->WakeUp.HMAC.l[0]) ? mDNSNULL : ar->resrec.InterfaceID ? ar->resrec.InterfaceID : intf->InterfaceID;
3115 if (ar->SendRNow == intf->InterfaceID)
3127 ar->SendRNow = (ar->resrec.InterfaceID) ? mDNSNULL : GetNextActiveInterfaceID(intf);
3222 if (ar->SendRNow)
3225 LogMsg("SendQueries: No active interface %p to send probe: %p %s", ar->SendRNow, ar->resrec.InterfaceID, ARDisplayString(m, ar));
3226 ar->SendRNow = mDNSNULL;
4847 rr->SendRNow = mDNSInterfaceMark; // mark it now
4859 if (rr->SendRNow || (!mDNSOpaque16IsZero(id) && !AuthRecord_uDNS(rr) && mDNSSameOpaque16(rr->updateid, id) && m->timenow - (rr->LastAPTime + rr->ThisAPInterval) >= 0))
4873 rr->SendRNow = mDNSNULL;