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-arp.c | 740 set_option(&options, OPT_NUMERIC, &cs.arp.arp.invflags, in do_commandarp() 915 options&OPT_NUMERIC, in do_commandarp() 929 options&OPT_NUMERIC, in do_commandarp()
|
D | xtables-translate.c | 74 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action() 111 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_matches()
|
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 | 726 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebmatches() 767 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebaction()
|
D | xtables.c | 748 set_option(&cs->options, OPT_NUMERIC, &args->invflags, in do_parse() 1011 cs.options & OPT_NUMERIC, in do_commandx()
|
D | ip6tables.c | 1358 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6() 1656 cs.options&OPT_NUMERIC, in do_command6()
|
D | iptables.c | 1350 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4() 1646 cs.options&OPT_NUMERIC, in do_command4()
|