Home
last modified time | relevance | path

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

/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/iptables/iptables/
Dxtables.c108 .orig_opts = original_opts,
639 opts = xtables_options_xfrm(xtables_globals.orig_opts, opts, in command_jump()
643 opts = xtables_merge_options(xtables_globals.orig_opts, opts, in command_jump()
677 opts = xtables_options_xfrm(xtables_globals.orig_opts, opts, in command_match()
680 opts = xtables_merge_options(xtables_globals.orig_opts, opts, in command_match()
723 opts = xt_params->orig_opts; in do_parse()
Dxshared.c160 gl->opts = xtables_options_xfrm(gl->orig_opts, in command_default()
165 gl->opts = xtables_merge_options(gl->orig_opts, in command_default()
Dxtables-arp.c159 .orig_opts = original_opts,
851 opts = xtables_options_xfrm(arptables_globals.orig_opts, in command_jump()
855 opts = xtables_merge_options(arptables_globals.orig_opts, in command_jump()
955 xtables_globals.orig_opts = original_opts; in do_commandarp()
Diptables.c124 .orig_opts = original_opts,
1278 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_jump()
1282 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_jump()
1317 opts = xtables_options_xfrm(iptables_globals.orig_opts, opts, in command_match()
1320 opts = xtables_merge_options(iptables_globals.orig_opts, opts, in command_match()
1372 opts = xt_params->orig_opts; in do_command4()
Dip6tables.c125 .orig_opts = original_opts,
1285 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_jump()
1289 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_jump()
1324 opts = xtables_options_xfrm(ip6tables_globals.orig_opts, opts, in command_match()
1327 opts = xtables_merge_options(ip6tables_globals.orig_opts, opts, in command_match()
1379 opts = xt_params->orig_opts; in do_command6()
Dxtables-eb.c310 .orig_opts = ebt_original_options,
/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/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py76 orig_opts = opts.copy()
80 self.assertEqual(opts, orig_opts)
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py77 orig_opts = opts.copy()
81 self.assertEqual(opts, orig_opts)
/external/iproute2/
Dconfigure81 .orig_opts = NULL,
/external/iptables/libxtables/
Dxtables.c96 if (xt_params->opts != xt_params->orig_opts) { in xtables_free_opts()
102 struct option *xtables_merge_options(struct option *orig_opts, in xtables_merge_options() argument
113 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ; in xtables_merge_options()
130 memcpy(merge, orig_opts, sizeof(*mp) * num_oold); in xtables_merge_options()
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()
102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig); in xtables_options_xfrm()
/external/iproute2/include/
Dxtables.h401 struct option *orig_opts; member
/external/iptables/include/
Dxtables.h423 struct option *orig_opts; member