HomeSort by relevance Sort by last modified time
    Searched refs:oldopts (Results 1 - 6 of 6) sorted by null

  /external/iproute2/tc/
m_xt_old.c 93 merge_options(struct option *oldopts, const struct option *newopts,
99 for (num_old = 0; oldopts[num_old].name; num_old++) ;
105 memcpy(merge, oldopts, num_old * sizeof (struct option));
m_ipt.c 174 merge_options(struct option *oldopts, const struct option *newopts,
180 for (num_old = 0; oldopts[num_old].name; num_old++) ;
186 memcpy(merge, oldopts, num_old * sizeof (struct option));
  /external/iptables/iptables/
xtoptions.c 74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts,
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);
xtables.c 95 struct option *oldopts,
103 return oldopts;
106 if (oldopts != NULL)
107 for (num_old = 0; oldopts[num_old].name; num_old++) ;
111 * Since @oldopts also has @orig_opts already (and does so at the
114 oldopts += num_oold;
134 memcpy(mp, oldopts, sizeof(*mp) * num_old);
    [all...]
  /external/iptables/include/
xtables.h 396 struct option *oldopts, const struct option *newopts,
  /external/libxslt/libxslt/
xsltutils.c 1406 int oldopts; local
    [all...]

Completed in 115 milliseconds