Searched defs:xtables_ipaddr_to_numeric (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtables.c1178 const char *xtables_ipaddr_to_numeric(const struct in_addr *addrp) function
1216 return xtables_ipaddr_to_numeric(addr);
1248 sprintf(buf, "/%s", xtables_ipaddr_to_numeric(mask));

Completed in 714 milliseconds