Searched refs:oldopts (Results 1 – 5 of 5) 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/iptables/include/ |
D | xtables.h | 427 struct option *oldopts, const struct option *newopts,
|