Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c940 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue); in SetupInterfaceList() local
946 if (intfList == NULL) err = ENOENT; in SetupInterfaceList()
951 struct ifi_info **p = &intfList; in SetupInterfaceList()
959 struct ifi_info *i = intfList; in SetupInterfaceList()
993 if (intfList != NULL) free_ifi_info(intfList); in SetupInterfaceList()