Searched refs:oldopts (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/tc/ |
D | m_xt_old.c | 93 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()
|
D | m_ipt.c | 174 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/ |
D | xtoptions.c | 74 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()
|
D | xtables.c | 103 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/ |
D | xtables.h | 428 struct option *oldopts, const struct option *newopts,
|
/external/iptables/include/ |
D | xtables.h | 427 struct option *oldopts, const struct option *newopts,
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 1095 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()
|
D | dhcp.c | 2329 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()
|