Searched refs:intfList (Results 1 – 1 of 1) sorted by relevance
1316 struct ifaddrs *intfList; in SetupInterfaceList() local1323 if (getifaddrs(&intfList) < 0) in SetupInterfaceList()1327 if (intfList == NULL) err = ENOENT; in SetupInterfaceList()1331 struct ifaddrs *i = intfList; in SetupInterfaceList()1382 if (intfList != NULL) freeifaddrs(intfList); in SetupInterfaceList()