ifa_iter_next
struct ifaddr *ifa_iter_next(struct ifa_iter *iter);
for (ifa = ifa_iter_start(ifp, &it); ifa != NULL; ifa = ifa_iter_next(&it)) {