Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DDNSCommon.h93 extern NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf);
DmDNS.c2046 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendResponses()
2430 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in SendResponses()
2859 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendQueries()
3209 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in SendQueries()
4795 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in mDNS_UpdateAllowSleep()
4964 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()
4971 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()
4979 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()
5075 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in BeginSleepProcessing()
5213 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in mDNSCoreMachineSleep()
[all …]
DDNSCommon.c123 mDNSexport NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf) in GetFirstActiveInterface() function
131 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in GetNextActiveInterfaceID()