Searched refs:ifa_iter_start (Results 1 – 3 of 3) sorted by relevance
328 ifa = ifa_iter_start(ifp, &it); in dump_iface()1040 for (ifa = ifa_iter_start(ifp, &it); ifa != NULL; ifa = ifa_iter_next(&it)) { in dump_iface_addrs()
700 struct ifaddr *ifa_iter_start(if_t ifp, struct ifa_iter *iter);
4719 ifa_iter_start(if_t ifp, struct ifa_iter *iter) in ifa_iter_start() function