Home
last modified time | relevance | path

Searched refs:orig_opts (Results 1 – 11 of 11) sorted by relevance

/third_party/iptables/iptables/
Dxshared.c161 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
166 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
672 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_match()
675 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_match()
732 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_jump()
736 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_jump()
Dxtables-arp.c103 .orig_opts = original_opts,
490 opts = xt_params->orig_opts; in do_commandarp()
Dxtables.c92 .orig_opts = original_opts,
493 opts = xt_params->orig_opts; in do_parse()
Dip6tables.c94 .orig_opts = original_opts,
1105 opts = xt_params->orig_opts; in do_command6()
Diptables.c92 .orig_opts = original_opts,
1099 opts = xt_params->orig_opts; in do_command4()
Dxtables-eb.c227 .orig_opts = ebt_original_options,
/third_party/python/Lib/test/
Dtest_ttk_textonly.py81 orig_opts = opts.copy()
85 self.assertEqual(opts, orig_opts)
/third_party/ntfs-3g/src/
Dntfs-3g_common.c243 const char *orig_opts = popts->options; in parse_mount_options() local
257 options = strdup(orig_opts ? orig_opts : ""); in parse_mount_options()
/third_party/iptables/libxtables/
Dxtoptions.c74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, in xtables_options_xfrm() argument
82 for (num_orig = 0; orig_opts[num_orig].name != NULL; ++num_orig) in xtables_options_xfrm()
104 memcpy(merge, orig_opts, sizeof(*mp) * num_orig); in xtables_options_xfrm()
Dxtables.c97 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
103 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() argument
114 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ; in xtables_merge_options()
133 memcpy(merge, orig_opts, sizeof(*mp) * num_oold); in xtables_merge_options()
/third_party/iptables/include/
Dxtables.h423 struct option *orig_opts; member