Searched refs:ebtables_parse_interface (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | xtables-eb-translate.c | 114 static void ebtables_parse_interface(const char *arg, char *vianame) in ebtables_parse_interface() function 317 ebtables_parse_interface(optarg, cs.eb.in); in do_commandeb_xlate() 327 ebtables_parse_interface(optarg, cs.eb.logical_in); in do_commandeb_xlate() 337 ebtables_parse_interface(optarg, cs.eb.out); in do_commandeb_xlate() 347 ebtables_parse_interface(optarg, cs.eb.logical_out); in do_commandeb_xlate()
|
H A D | xtables-eb.c | 457 static void ebtables_parse_interface(const char *arg, char *vianame) in ebtables_parse_interface() function 948 ebtables_parse_interface(optarg, cs.eb.in); in do_commandeb() 958 ebtables_parse_interface(optarg, cs.eb.logical_in); in do_commandeb() 968 ebtables_parse_interface(optarg, cs.eb.out); in do_commandeb() 978 ebtables_parse_interface(optarg, cs.eb.logical_out); in do_commandeb()
|