Searched refs:orig_opts (Results 1 – 11 of 11) sorted by relevance
/third_party/iptables/iptables/ |
D | xshared.c | 161 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()
|
D | xtables-arp.c | 103 .orig_opts = original_opts, 490 opts = xt_params->orig_opts; in do_commandarp()
|
D | xtables.c | 92 .orig_opts = original_opts, 493 opts = xt_params->orig_opts; in do_parse()
|
D | ip6tables.c | 94 .orig_opts = original_opts, 1105 opts = xt_params->orig_opts; in do_command6()
|
D | iptables.c | 92 .orig_opts = original_opts, 1099 opts = xt_params->orig_opts; in do_command4()
|
D | xtables-eb.c | 227 .orig_opts = ebt_original_options,
|
/third_party/python/Lib/test/ |
D | test_ttk_textonly.py | 81 orig_opts = opts.copy() 85 self.assertEqual(opts, orig_opts)
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 243 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/ |
D | xtoptions.c | 74 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()
|
D | xtables.c | 97 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/ |
D | xtables.h | 423 struct option *orig_opts; member
|