Searched refs:GetFirstActiveInterface (Results 1 – 3 of 3) sorted by relevance
93 extern NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf);
2333 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendResponses()2800 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in SendResponses()3268 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendQueries()3741 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in SendQueries()5562 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in mDNS_UpdateAllowSleep()6042 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()6050 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()6064 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in RetrySPSRegistrations()6164 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in SendSleepGoodbyes()6267 …for (intf = GetFirstActiveInterface(m->HostInterfaces); intf; intf = GetFirstActiveInterface(intf-… in BeginSleepProcessing()[all …]
148 mDNSexport NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf) in GetFirstActiveInterface() function156 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in GetNextActiveInterfaceID()