OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_opts
(Results
1 - 8
of
8
) sorted by null
/external/iptables/iptables/
xshared.c
152
gl->opts = xtables_options_xfrm(gl->
orig_opts
,
157
gl->opts = xtables_merge_options(gl->
orig_opts
,
ip6tables.c
136
.
orig_opts
= original_opts,
[
all
...]
iptables.c
136
.
orig_opts
= original_opts,
[
all
...]
xtoptions.c
74
xtables_options_xfrm(struct option *
orig_opts
, struct option *oldopts,
82
for (num_orig = 0;
orig_opts
[num_orig].name != NULL; ++num_orig)
91
* Since @oldopts also has @
orig_opts
already (and does so at the
102
memcpy(merge,
orig_opts
, sizeof(*mp) * num_orig);
xtables.c
88
if (xt_params->opts != xt_params->
orig_opts
) {
94
struct option *xtables_merge_options(struct option *
orig_opts
,
105
for (num_oold = 0;
orig_opts
[num_oold].name; num_oold++) ;
111
* Since @oldopts also has @
orig_opts
already (and does so at the
122
memcpy(merge,
orig_opts
, sizeof(*mp) * num_oold);
[
all
...]
/external/iproute2/
configure
39
.
orig_opts
= NULL,
/external/iptables/include/
xtables.h
370
struct option *
orig_opts
;
member in struct:xtables_globals
/external/iproute2/tc/
m_xt.c
72
.
orig_opts
= original_opts,
Completed in 159 milliseconds