Home
last modified time | relevance | path

Searched refs:ebtables_parse_interface (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dxtables-eb-translate.c147 static void ebtables_parse_interface(const char *arg, char *vianame) in ebtables_parse_interface() function
359 ebtables_parse_interface(optarg, cs.eb.in); in do_commandeb_xlate()
369 ebtables_parse_interface(optarg, cs.eb.logical_in); in do_commandeb_xlate()
379 ebtables_parse_interface(optarg, cs.eb.out); in do_commandeb_xlate()
389 ebtables_parse_interface(optarg, cs.eb.logical_out); in do_commandeb_xlate()
Dxtables-eb.c458 static void ebtables_parse_interface(const char *arg, char *vianame) in ebtables_parse_interface() function
947 ebtables_parse_interface(optarg, cs.eb.in); in do_commandeb()
957 ebtables_parse_interface(optarg, cs.eb.logical_in); in do_commandeb()
967 ebtables_parse_interface(optarg, cs.eb.out); in do_commandeb()
977 ebtables_parse_interface(optarg, cs.eb.logical_out); in do_commandeb()