Searched refs:OPT_NUMERIC (Results 1 – 8 of 8) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 15 OPT_NUMERIC = 1 << 0, enumerator
|
D | xshared.c | 103 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto() 113 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
|
D | xtables-translate.c | 57 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action() 93 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_matches()
|
D | xtables-arp.c | 90 #define OPT_NUMERIC 0x00001U macro 1247 set_option(&options, OPT_NUMERIC, &cs.fw.arp.invflags, in do_commandarp() 1437 options&OPT_NUMERIC, in do_commandarp() 1450 options&OPT_NUMERIC, in do_commandarp()
|
D | xtables.c | 974 set_option(&cs->options, OPT_NUMERIC, &args->invflags, in do_parse() 1235 cs.options & OPT_NUMERIC, in do_commandx()
|
D | iptables.c | 1621 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4() 1912 cs.options&OPT_NUMERIC, in do_command4()
|
D | ip6tables.c | 1630 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6() 1923 cs.options&OPT_NUMERIC, in do_command6()
|
D | xtables-eb.c | 1337 flags&OPT_NUMERIC, in do_commandeb()
|