Searched refs:ebtables_parse_interface (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | xtables-eb-translate.c | 147 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()
|
D | xtables-eb.c | 458 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()
|