Searched refs:OPT_NUMERIC (Results 1 – 8 of 8) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 22 OPT_NUMERIC = 1 << 0, enumerator
|
D | xtables-translate.c | 52 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action() 89 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_matches()
|
D | xtables-arp.c | 805 set_option(&options, OPT_NUMERIC, &cs.arp.arp.invflags, in do_commandarp() 982 options&OPT_NUMERIC, in do_commandarp() 996 options&OPT_NUMERIC, in do_commandarp()
|
D | xshared.c | 104 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto() 114 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
|
D | nft-bridge.c | 787 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebmatches() 828 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebaction()
|
D | xtables.c | 831 set_option(&cs->options, OPT_NUMERIC, &args->invflags, in do_parse() 1104 cs.options & OPT_NUMERIC, in do_commandx()
|
D | ip6tables.c | 1437 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6() 1735 cs.options&OPT_NUMERIC, in do_command6()
|
D | iptables.c | 1430 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4() 1726 cs.options&OPT_NUMERIC, in do_command4()
|