Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_xt_old.c93 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
100 for (num_new = 0; newopts[num_new].name; num_new++) ; in merge_options()
107 merge[num_old + i] = newopts[i]; in merge_options()
Dm_ipt.c174 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
181 for (num_new = 0; newopts[num_new].name; num_new++) ; in merge_options()
188 merge[num_old + i] = newopts[i]; in merge_options()
/external/iptables/libxtables/
Dxtables.c104 const struct option *newopts, in xtables_merge_options() argument
110 if (newopts == NULL) in xtables_merge_options()
116 for (num_new = 0; newopts[num_new].name; num_new++) ; in xtables_merge_options()
136 memcpy(mp, newopts, sizeof(*mp) * num_new); in xtables_merge_options()
/external/iproute2/include/
Dxtables.h428 struct option *oldopts, const struct option *newopts,
/external/iptables/include/
Dxtables.h427 struct option *oldopts, const struct option *newopts,