Home
last modified time | relevance | path

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

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