OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inverse_for_options
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
ip6tables.c
170
static const unsigned int
inverse_for_options
[NUMBER_OF_OPT] =
variable
437
if (!
inverse_for_options
[i])
441
*invflg |=
inverse_for_options
[i];
[
all
...]
iptables.c
170
static const int
inverse_for_options
[NUMBER_OF_OPT] =
variable
442
if (!
inverse_for_options
[i])
446
*invflg |=
inverse_for_options
[i];
[
all
...]
Completed in 1038 milliseconds