Searched refs:oldopts (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/tc/
H A Dm_xt_old.c93 merge_options(struct option *oldopts, const struct option *newopts, argument
99 for (num_old = 0; oldopts[num_old].name; num_old++) ;
105 memcpy(merge, oldopts, num_old * sizeof (struct option));
H A Dm_ipt.c174 merge_options(struct option *oldopts, const struct option *newopts, argument
180 for (num_old = 0; oldopts[num_old].name; num_old++) ;
186 memcpy(merge, oldopts, num_old * sizeof (struct option));
/external/iptables/libxtables/
H A Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, argument
81 return oldopts;
84 if (oldopts != NULL)
85 for (num_old = 0; oldopts[num_old].name != NULL; ++num_old)
91 * Since @oldopts also has @orig_opts already (and does so at the
94 oldopts += num_orig;
117 memcpy(mp, oldopts, sizeof(*mp) * num_old);
H A Dxtables.c103 struct option *oldopts,
111 return oldopts;
114 if (oldopts != NULL)
115 for (num_old = 0; oldopts[num_old].name; num_old++) ;
119 * Since @oldopts also has @orig_opts already (and does so at the
122 oldopts += num_oold;
142 memcpy(mp, oldopts, sizeof(*mp) * num_old);
102 xtables_merge_options(struct option *orig_opts, struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
/external/iptables/include/
H A Dxtables.h427 struct option *oldopts, const struct option *newopts,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c1406 int oldopts; local
1410 oldopts = ctxt->parserOptions;
1412 oldopts |= XML_PARSE_XINCLUDE;
1418 return(oldopts);

Completed in 463 milliseconds