Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h22 OPT_NUMERIC = 1 << 0, enumerator
Dxtables-arp.c740 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()
Dxtables-translate.c74 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_action()
111 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_matches()
Dxshared.c104 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto()
114 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
Dnft-bridge.c726 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebmatches()
767 int ret = 1, numeric = cs->options & OPT_NUMERIC; in xlate_ebaction()
Dxtables.c748 set_option(&cs->options, OPT_NUMERIC, &args->invflags, in do_parse()
1011 cs.options & OPT_NUMERIC, in do_commandx()
Diptables.c1350 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4()
1646 cs.options&OPT_NUMERIC, in do_command4()
Dip6tables.c1358 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
1656 cs.options&OPT_NUMERIC, in do_command6()