Home
last modified time | relevance | path

Searched refs:OPT_NUMERIC (Results 1 – 8 of 8) sorted by relevance

/external/iptables/iptables/
Dxshared.h15 OPT_NUMERIC = 1 << 0, enumerator
Dxshared.c103 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto()
113 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
Dxtables-translate.c57 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action()
93 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_matches()
Dxtables-arp.c90 #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()
Dxtables.c974 set_option(&cs->options, OPT_NUMERIC, &args->invflags, in do_parse()
1235 cs.options & OPT_NUMERIC, in do_commandx()
Diptables.c1621 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4()
1912 cs.options&OPT_NUMERIC, in do_command4()
Dip6tables.c1630 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
1923 cs.options&OPT_NUMERIC, in do_command6()
Dxtables-eb.c1337 flags&OPT_NUMERIC, in do_commandeb()