Home
last modified time | relevance | path

Searched refs:ainfo (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/libiproute/
Dipaddress.c390 static int print_selected_addrinfo(int ifindex, struct nlmsg_list *ainfo) in print_selected_addrinfo() argument
392 for (; ainfo; ainfo = ainfo->next) { in print_selected_addrinfo()
393 struct nlmsghdr *n = &ainfo->h; in print_selected_addrinfo()
442 struct nlmsg_list *ainfo = NULL; in ipaddr_list_or_flush() local
529 xrtnl_dump_filter(&rth, store_nlmsg, &ainfo); in ipaddr_list_or_flush()
541 for (a = ainfo; a; a = a->next) { in ipaddr_list_or_flush()
597 print_selected_addrinfo(ifi->ifi_index, ainfo); in ipaddr_list_or_flush()