Home | History | Annotate | Download | only in ip

Lines Matching defs:ainfo

1174 				   struct nlmsg_list *ainfo, FILE *fp)
1176 for ( ;ainfo ; ainfo = ainfo->next) {
1177 struct nlmsghdr *n = &ainfo->h;
1333 static void ipaddr_filter(struct nlmsg_chain *linfo, struct nlmsg_chain *ainfo)
1344 for (a = ainfo->head; a; a = a->next) {
1457 struct nlmsg_chain ainfo = { NULL, NULL};
1634 if (rtnl_dump_filter(&rth, store_nlmsg, &ainfo) < 0) {
1639 ipaddr_filter(&linfo, &ainfo);
1650 ainfo.head,
1656 ainfo.head, stdout);
1663 free_nlmsg_chain(&ainfo);