OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newopts
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
m_xt_old.c
93
merge_options(struct option *oldopts, const struct option *
newopts
,
100
for (num_new = 0;
newopts
[num_new].name; num_new++) ;
107
merge[num_old + i] =
newopts
[i];
m_ipt.c
174
merge_options(struct option *oldopts, const struct option *
newopts
,
181
for (num_new = 0;
newopts
[num_new].name; num_new++) ;
188
merge[num_old + i] =
newopts
[i];
/external/openssh/
monitor_wrap.c
241
ServerOptions *
newopts
;
local
273
newopts
= buffer_get_string(&m, &len);
274
if (len != sizeof(*
newopts
))
278
if (
newopts
->x != NULL) \
279
newopts
->x = buffer_get_string(&m, NULL); \
282
for (i = 0; i <
newopts
->nx; i++) \
283
newopts
->x[i] = buffer_get_string(&m, NULL); \
290
copy_set_server_options(&options,
newopts
, 1);
291
xfree(
newopts
);
[
all
...]
/external/iptables/include/
xtables.h
396
struct option *oldopts, const struct option *
newopts
,
/external/iptables/iptables/
xtables.c
96
const struct option *
newopts
,
102
if (
newopts
== NULL)
108
for (num_new = 0;
newopts
[num_new].name; num_new++) ;
128
memcpy(mp,
newopts
, sizeof(*mp) * num_new);
[
all
...]
Completed in 169 milliseconds