Searched refs:newopts (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/tc/
H A Dm_xt_old.c93 merge_options(struct option *oldopts, const struct option *newopts, argument
100 for (num_new = 0; newopts[num_new].name; num_new++) ;
107 merge[num_old + i] = newopts[i];
H A Dm_ipt.c174 merge_options(struct option *oldopts, const struct option *newopts, argument
181 for (num_new = 0; newopts[num_new].name; num_new++) ;
188 merge[num_old + i] = newopts[i];
/external/openssh/
H A Dmonitor_wrap.c250 ServerOptions *newopts; local
282 newopts = buffer_get_string(&m, &len);
283 if (len != sizeof(*newopts))
287 if (newopts->x != NULL) \
288 newopts->x = buffer_get_string(&m, NULL); \
291 for (i = 0; i < newopts->nx; i++) \
292 newopts->x[i] = buffer_get_string(&m, NULL); \
299 copy_set_server_options(&options, newopts, 1);
300 free(newopts);
/external/iptables/include/
H A Dxtables.h427 struct option *oldopts, const struct option *newopts,
/external/iptables/libxtables/
H A Dxtables.c104 const struct option *newopts,
110 if (newopts == NULL)
116 for (num_new = 0; newopts[num_new].name; num_new++) ;
136 memcpy(mp, newopts, sizeof(*mp) * num_new);
102 xtables_merge_options(struct option *orig_opts, struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument

Completed in 556 milliseconds