HomeSort by relevance Sort by last modified time
    Searched refs:oldopts (Results 1 - 8 of 8) 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/libxtables/
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);
    [all...]
xtables.c 103 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);
    [all...]
  /external/iproute2/include/
xtables.h 428 struct option *oldopts, const struct option *newopts,
  /external/iptables/include/
xtables.h 427 struct option *oldopts, const struct option *newopts,
  /external/dhcpcd-6.8.2/
dhcpcd.c 1095 unsigned long long oldopts; local
1097 oldopts = ifp->options->options;
1100 dhcp_reboot_newopts(ifp, oldopts);
    [all...]
dhcp.c     [all...]

Completed in 365 milliseconds