Home
last modified time | relevance | path

Searched refs:GetNextActiveInterfaceID (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
DDNSCommon.h94 extern mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf);
DmDNS.c2255 rr->SendRNow = GetNextActiveInterfaceID(intf); in SendResponses()
2301 rr->SendRNow = GetNextActiveInterfaceID(intf); in SendResponses()
3103 q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf); in SendQueries()
3127 ar->SendRNow = (ar->resrec.InterfaceID) ? mDNSNULL : GetNextActiveInterfaceID(intf); in SendQueries()
DDNSCommon.c129 mDNSexport mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf) in GetNextActiveInterfaceID() function