Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h94 extern mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf);
H A DmDNS.c2548 rr->SendRNow = GetNextActiveInterfaceID(intf); in SendResponses()
2611 rr->SendRNow = GetNextActiveInterfaceID(intf); in SendResponses()
3569 … q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf); in SendQueries()
3590 … q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf); in SendQueries()
3620 … ar->SendRNow = (ar->resrec.InterfaceID) ? mDNSNULL : GetNextActiveInterfaceID(intf); in SendQueries()
H A DDNSCommon.c154 mDNSexport mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf) in GetNextActiveInterfaceID() function