Searched refs:orig_opts (Results 1 – 15 of 15) sorted by relevance
/external/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() 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()
|
D | xtables-arp.c | 107 .orig_opts = original_opts, 556 opts = xt_params->orig_opts; in do_commandarp()
|
D | xtables.c | 97 .orig_opts = original_opts, 578 opts = xt_params->orig_opts; in do_parse()
|
D | ip6tables.c | 98 .orig_opts = original_opts, 1184 opts = xt_params->orig_opts; in do_command6()
|
D | iptables.c | 97 .orig_opts = original_opts, 1179 opts = xt_params->orig_opts; in do_command4()
|
D | xtables-eb.c | 278 .orig_opts = ebt_original_options,
|
/external/scapy/scapy/modules/ |
D | p0f.py | 397 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/ |
D | m_xt.c | 77 .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/ |
D | test_functions.py | 77 orig_opts = opts.copy() 81 self.assertEqual(opts, orig_opts)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_functions.py | 76 orig_opts = opts.copy() 80 self.assertEqual(opts, orig_opts)
|
/external/iproute2/ |
D | configure | 81 .orig_opts = NULL,
|
/external/iproute2/include/ |
D | xtables.h | 401 struct option *orig_opts; member
|
/external/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()
|
/external/iptables/include/ |
D | xtables.h | 423 struct option *orig_opts; member
|