Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-ipv4.c371 xtables_ipparse_multiple(args->shostnetworkmask, in nft_ipv4_post_parse()
375 xtables_ipparse_multiple(args->dhostnetworkmask, in nft_ipv4_post_parse()
Dxtables-arp.c838 xtables_ipparse_multiple(shostnetworkmask, &saddrs, in do_commandarp()
842 xtables_ipparse_multiple(dhostnetworkmask, &daddrs, in do_commandarp()
Diptables.c1484 xtables_ipparse_multiple(shostnetworkmask, &saddrs, in do_command4()
1488 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.h512 extern void xtables_ipparse_multiple(const char *, struct in_addr **,
/external/iptables/libxtables/
Dxtables.c1614 void xtables_ipparse_multiple(const char *name, struct in_addr **addrpp, in xtables_ipparse_multiple() function