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

/external/iptables/iptables/
H A Dxtables.c1081 const char *xtables_ipaddr_to_numeric(const struct in_addr *addrp) function
1119 return xtables_ipaddr_to_numeric(addr);
1142 sprintf(buf, "/%s", xtables_ipaddr_to_numeric(mask));

Completed in 55 milliseconds