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
156
static const unsigned int
inverse_for_options
[NUMBER_OF_OPT] =
variable
424
if (!
inverse_for_options
[i])
428
*invflg |=
inverse_for_options
[i];
[
all
...]
iptables.c
155
static const int
inverse_for_options
[NUMBER_OF_OPT] =
variable
410
if (!
inverse_for_options
[i])
414
*invflg |=
inverse_for_options
[i];
[
all
...]
Completed in 49 milliseconds