Searched refs:OPT_NUMERIC (Results 1 – 4 of 4) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 14 OPT_NUMERIC = 1 << 0, enumerator
|
D | xshared.c | 100 cs->options & OPT_NUMERIC, NULL) == NULL) in should_load_proto() 110 cs->options & OPT_NUMERIC, &cs->matches); in load_proto()
|
D | ip6tables.c | 1594 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6() 1885 cs.options&OPT_NUMERIC, in do_command6()
|
D | iptables.c | 1588 set_option(&cs.options, OPT_NUMERIC, &cs.fw.ip.invflags, in do_command4() 1884 cs.options&OPT_NUMERIC, in do_command4()
|