Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c542 intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByName()
559 intf = (PosixNetworkInterface*)(m->HostInterfaces); in mDNSPlatformInterfaceIDfromInterfaceIndex()
577 intf = (PosixNetworkInterface*)(m->HostInterfaces); in mDNSPlatformInterfaceIndexfromInterfaceID()
610 while (m->HostInterfaces) in ClearInterfaceList()
612 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces); in ClearInterfaceList()
1480 PosixNetworkInterface *info = (PosixNetworkInterface *)(m->HostInterfaces); in mDNSPosixGetFDSet()
1511 info = (PosixNetworkInterface *)(m->HostInterfaces); in mDNSPosixProcessFDSet()
/external/mdnsresponder/mDNSCore/
DmDNS.c344 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()
353 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()
367 NetworkInterfaceInfo *intf = m->HostInterfaces; in FirstInterfaceForID()
2046 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); in SendResponses()
2859 const NetworkInterfaceInfo *intf = GetFirstActiveInterface(m->HostInterfaces); 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()
[all …]
DmDNSEmbeddedAPI.h1879 NetworkInterfaceInfo *HostInterfaces; member