Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c941 struct ifi_info *firstLoopback = NULL; in SetupInterfaceList() local
970 if (firstLoopback == NULL) in SetupInterfaceList()
971 firstLoopback = i; in SetupInterfaceList()
988 if (!foundav4 && firstLoopback) in SetupInterfaceList()
989 …(void) SetupOneInterface(m, firstLoopback->ifi_addr, firstLoopback->ifi_netmask, firstLoopback->if… in SetupInterfaceList()