Searched refs:HostInterfaces (Results 1 – 3 of 3) sorted by relevance
547 intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByName()564 intf = (PosixNetworkInterface*)(m->HostInterfaces); in mDNSPlatformInterfaceIDfromInterfaceIndex()582 intf = (PosixNetworkInterface*)(m->HostInterfaces); in mDNSPlatformInterfaceIndexfromInterfaceID()618 while (m->HostInterfaces) in ClearInterfaceList()620 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces); in ClearInterfaceList()1668 PosixNetworkInterface *info = (PosixNetworkInterface *)(m->HostInterfaces); in mDNSPosixGetFDSet()1699 info = (PosixNetworkInterface *)(m->HostInterfaces); in mDNSPosixProcessFDSet()
363 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()384 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()411 NetworkInterfaceInfo *intf = m->HostInterfaces; in FirstInterfaceForID()425 for (intf = m->HostInterfaces; intf; intf = intf->next) in FirstIPv4LLInterfaceForID()2333 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendResponses()3268 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); 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()[all …]
2371 NetworkInterfaceInfo *HostInterfaces; member