Lines Matching defs:ifa
118 struct ifaddrs *ifap, *ifa;129 for (nifs = 0, ifa = ifap; ifa; ifa = ifa->ifa_next)130 if (ifa->ifa_addr->sa_family == AF_LINK &&131 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) {132 sdl = (struct sockaddr_dl *)ifa->ifa_addr;134 strlcpy(dst, ifa->ifa_name, len);
Indexes created Wed Oct 01 07:09:59 GMT 2025