Searched refs:__numeric_to_ipaddr (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtables.c1259 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) function
1307 return __numeric_to_ipaddr(dotted, false);
1312 return __numeric_to_ipaddr(dotted, true);

Completed in 217 milliseconds