Searched refs:ifaphead (Results 1 – 1 of 1) sorted by relevance
680 struct ifaddrs *ifaphead, *ifap; in source_hwaddr() local682 if (getifaddrs(&ifaphead) != 0) { in source_hwaddr()691 for (ifap = ifaphead; ifap; ifap = ifap->ifa_next) { in source_hwaddr()708 freeifaddrs(ifaphead); in source_hwaddr()