Home | History | Annotate | Download | only in libxtables

Lines Matching refs:naddr

1361 static struct in_addr *host_to_ipaddr(const char *name, unsigned int *naddr)
1374 *naddr = 0;
1379 ++*naddr;
1380 addr = xtables_calloc(*naddr, sizeof(struct in_addr));
1651 host_to_ip6addr(const char *name, unsigned int *naddr)
1664 *naddr = 0;
1670 ++*naddr;
1672 addr = xtables_calloc(*naddr, sizeof(struct in6_addr));