Home | History | Annotate | Download | only in ip

Lines Matching refs:ainfo

720 static int print_selected_addrinfo(int ifindex, struct nlmsg_list *ainfo, FILE *fp)
722 for ( ;ainfo ; ainfo = ainfo->next) {
723 struct nlmsghdr *n = &ainfo->h;
766 struct nlmsg_list *ainfo = NULL;
947 if (rtnl_dump_filter(&rth, store_nlmsg, &ainfo) < 0) {
966 for (a=ainfo; a; a=a->next) {
1018 print_selected_addrinfo(ifi->ifi_index, ainfo, stdout);