Searched refs:SendRNow (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3094 rr->SendRNow = mDNSNULL;
3204 if (rr->SendRNow) LogMsg("MarkRRForSending: Resourcerecord %s already marked for sending", ARDisplayString(m, rr));
3205 rr->SendRNow = uDNSInterfaceMark;
3225 (rr->SendRNow == uDNSInterfaceMark) ||
3228 rr->SendRNow = uDNSInterfaceMark;
3274 if (rr->SendRNow != uDNSInterfaceMark) continue;
3276 rr->SendRNow = mDNSNULL;
3333 rr->SendRNow = uDNSInterfaceMark;
3402 if (rr->SendRNow == uDNSInterfaceMark)
3408 rr->SendRNow
[all...]
H A DmDNS.c1332 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
[all...]
H A DmDNSEmbeddedAPI.h1543 mDNSInterfaceID SendRNow; // The interface this query is being sent on right now member in struct:AuthRecord_struct

Completed in 115 milliseconds