Home
last modified time | relevance | path

Searched refs:xtables_ipparse_any (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/extensions/
Dlibarpt_mangle.c66 xtables_ipparse_any(optarg, &ipaddr, &mask, &nr); in arpmangle_parse()
72 xtables_ipparse_any(optarg, &ipaddr, &mask, &nr); in arpmangle_parse()
/third_party/iptables/include/
Dxtables.h510 extern void xtables_ipparse_any(const char *, struct in_addr **,
/third_party/iptables/libxtables/
Dxtables.c1695 void xtables_ipparse_any(const char *name, struct in_addr **addrpp, in xtables_ipparse_any() function