Home | History | Annotate | Download | only in iptables

Lines Matching refs:naddr

588 host_to_addr(const char *name, unsigned int *naddr)
601 *naddr = 0;
607 (*naddr)++;
608 addr = xtables_calloc(*naddr, sizeof(struct in_addr));