Home
last modified time | relevance | path

Searched refs:xtables_ipparse_multiple (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dnft-ipv4.c404 xtables_ipparse_multiple(args->shostnetworkmask, in nft_ipv4_post_parse()
408 xtables_ipparse_multiple(args->dhostnetworkmask, in nft_ipv4_post_parse()
Diptables.c1750 xtables_ipparse_multiple(shostnetworkmask, &saddrs, in do_command4()
1754 xtables_ipparse_multiple(dhostnetworkmask, &daddrs, in do_command4()
/external/iproute2/include/
Dxtables.h472 extern void xtables_ipparse_multiple(const char *, struct in_addr **,
/external/iptables/include/
Dxtables.h505 extern void xtables_ipparse_multiple(const char *, struct in_addr **,
/external/iptables/libxtables/
Dxtables.c1436 void xtables_ipparse_multiple(const char *name, struct in_addr **addrpp, in xtables_ipparse_multiple() function