Lines Matching refs:SendRNow

1332     rr->SendRNow          = mDNSNULL;
2402 // *** 1. Setup: Set the SendRNow and ImmedAnswer fields to indicate which interface(s) the records need to be sent on
2535 // Now set SendRNow state appropriately
2540 rr->SendRNow = !intf ? mDNSNULL : (rr->resrec.InterfaceID) ? rr->resrec.InterfaceID : intf->InterfaceID;
2556 rr->SendRNow = rr->ImmedAnswer; // Just respond on that interface
2562 //if (rr->SendRNow) LogMsg("%-15.4a %s", &rr->v4Requester, ARDisplayString(m, rr));
2590 if ((rr->SendRNow == intf->InterfaceID) &&
2593 // LogInfo("SendResponses: Not sending %s, on %s", ARDisplayString(m, rr), InterfaceNameForID(m, rr->SendRNow));
2594 rr->SendRNow = GetNextActiveInterfaceID(intf);
2596 else if (rr->SendRNow == intf->InterfaceID)
2657 rr->SendRNow = GetNextActiveInterfaceID(intf);
2659 rr->SendRNow = mDNSNULL;
2868 if (rr->SendRNow)
2872 (uint32_t)rr->SendRNow, (uint32_t)rr->resrec.InterfaceID, rr->resrec.RecordType, ARDisplayString(m, rr));
2873 rr->SendRNow = mDNSNULL;
3533 ar->SendRNow = (!intf || ar->WakeUp.HMAC.l[0]) ? mDNSNULL : ar->resrec.InterfaceID ? ar->resrec.InterfaceID : intf->InterfaceID;
3651 if (ar->SendRNow == intf->InterfaceID)
3663 ar->SendRNow = (ar->resrec.InterfaceID) ? mDNSNULL : GetNextActiveInterfaceID(intf);
3797 if (ar->SendRNow)
3801 (uint32_t)ar->SendRNow, (uint32_t)ar->resrec.InterfaceID, ARDisplayString(m, ar));
3802 ar->SendRNow = mDNSNULL;
5878 rr->SendRNow = mDNSInterfaceMark; // mark it now
5904 if (rr->SendRNow || mDNSUpdateOkToSend(m, rr, intf, scopeid))
5918 rr->SendRNow = mDNSNULL;
5931 rr->SendRNow = mDNSNULL;