Home
last modified time | relevance | path

Searched refs:oldopts (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/tc/
Dm_xt_old.c93 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
99 for (num_old = 0; oldopts[num_old].name; num_old++) ; in merge_options()
105 memcpy(merge, oldopts, num_old * sizeof (struct option)); in merge_options()
Dm_ipt.c174 merge_options(struct option *oldopts, const struct option *newopts, in merge_options() argument
180 for (num_old = 0; oldopts[num_old].name; num_old++) ; in merge_options()
186 memcpy(merge, oldopts, num_old * sizeof (struct option)); in merge_options()
/external/iptables/libxtables/
Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, in xtables_options_xfrm() argument
81 return oldopts; in xtables_options_xfrm()
84 if (oldopts != NULL) in xtables_options_xfrm()
85 for (num_old = 0; oldopts[num_old].name != NULL; ++num_old) in xtables_options_xfrm()
94 oldopts += num_orig; in xtables_options_xfrm()
117 memcpy(mp, oldopts, sizeof(*mp) * num_old); in xtables_options_xfrm()
Dxtables.c103 struct option *oldopts, in xtables_merge_options() argument
111 return oldopts; in xtables_merge_options()
114 if (oldopts != NULL) in xtables_merge_options()
115 for (num_old = 0; oldopts[num_old].name; num_old++) ; in xtables_merge_options()
122 oldopts += num_oold; in xtables_merge_options()
142 memcpy(mp, oldopts, sizeof(*mp) * num_old); 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,
/external/dhcpcd-6.8.2/
Ddhcpcd.c1095 unsigned long long oldopts; in if_reboot() local
1097 oldopts = ifp->options->options; in if_reboot()
1100 dhcp_reboot_newopts(ifp, oldopts); in if_reboot()
Ddhcp.c2329 dhcp_reboot_newopts(struct interface *ifp, unsigned long long oldopts) in dhcp_reboot_newopts() argument
2339 (oldopts & (DHCPCD_INFORM | DHCPCD_STATIC) && in dhcp_reboot_newopts()