Home
last modified time | relevance | path

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

/external/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()
668 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_match()
671 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_match()
728 opts = xtables_options_xfrm(xt_params->orig_opts, opts, in command_jump()
732 opts = xtables_merge_options(xt_params->orig_opts, opts, in command_jump()
Dxtables-arp.c107 .orig_opts = original_opts,
556 opts = xt_params->orig_opts; in do_commandarp()
Dxtables.c97 .orig_opts = original_opts,
578 opts = xt_params->orig_opts; in do_parse()
Dip6tables.c98 .orig_opts = original_opts,
1184 opts = xt_params->orig_opts; in do_command6()
Diptables.c97 .orig_opts = original_opts,
1179 opts = xt_params->orig_opts; in do_command4()
Dxtables-eb.c278 .orig_opts = ebt_original_options,
/external/scapy/scapy/modules/
Dp0f.py397 orig_opts = dict(pkt.payload.options)
399 mss_hint = int_only(orig_opts.get('MSS'))
400 wscale_hint = int_only(orig_opts.get('WScale'))
401 ts_hint = [int_only(o) for o in orig_opts.get('Timestamp', (None, None))]
/external/iproute2/tc/
Dm_xt.c77 .orig_opts = original_opts,
131 opts = xtables_options_xfrm(globals->orig_opts, in get_xtables_target_opts()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py77 orig_opts = opts.copy()
81 self.assertEqual(opts, orig_opts)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py76 orig_opts = opts.copy()
80 self.assertEqual(opts, orig_opts)
/external/iproute2/
Dconfigure81 .orig_opts = NULL,
/external/iproute2/include/
Dxtables.h401 struct option *orig_opts; member
/external/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()
/external/iptables/include/
Dxtables.h423 struct option *orig_opts; member