HomeSort by relevance Sort by last modified time
    Searched refs:orig_opts (Results 1 - 19 of 19) sorted by null

  /external/scapy/scapy/modules/
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/
m_xt.c 77 .orig_opts = original_opts,
131 opts = xtables_options_xfrm(globals->orig_opts,
  /external/iptables/iptables/
xshared.c 160 gl->opts = xtables_options_xfrm(gl->orig_opts,
165 gl->opts = xtables_merge_options(gl->orig_opts,
xtables.c 108 .orig_opts = original_opts,
639 opts = xtables_options_xfrm(xtables_globals.orig_opts, opts,
643 opts = xtables_merge_options(xtables_globals.orig_opts, opts,
677 opts = xtables_options_xfrm(xtables_globals.orig_opts, opts,
680 opts = xtables_merge_options(xtables_globals.orig_opts, opts,
723 opts = xt_params->orig_opts;
    [all...]
ip6tables.c 125 .orig_opts = original_opts,
    [all...]
iptables.c 124 .orig_opts = original_opts,
    [all...]
xtables-arp.c 159 .orig_opts = original_opts,
851 opts = xtables_options_xfrm(arptables_globals.orig_opts,
855 opts = xtables_merge_options(arptables_globals.orig_opts,
955 xtables_globals.orig_opts = original_opts;
    [all...]
xtables-eb.c 310 .orig_opts = ebt_original_options,
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_functions.py 77 orig_opts = opts.copy()
81 self.assertEqual(opts, orig_opts)
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_functions.py 76 orig_opts = opts.copy()
80 self.assertEqual(opts, orig_opts)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 66 orig_opts = opts.copy()
70 self.assertEqual(opts, orig_opts)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 66 orig_opts = opts.copy()
70 self.assertEqual(opts, orig_opts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 66 orig_opts = opts.copy()
70 self.assertEqual(opts, orig_opts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 66 orig_opts = opts.copy()
70 self.assertEqual(opts, orig_opts)
  /external/iproute2/
configure 81 .orig_opts = NULL,
  /external/iproute2/include/
xtables.h 401 struct option *orig_opts; member in struct:xtables_globals
  /external/iptables/include/
xtables.h 423 struct option *orig_opts; member in struct:xtables_globals
  /external/iptables/libxtables/
xtoptions.c 74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts,
82 for (num_orig = 0; orig_opts[num_orig].name != NULL; ++num_orig)
91 * Since @oldopts also has @orig_opts already (and does so at the
102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig);
    [all...]
xtables.c 96 if (xt_params->opts != xt_params->orig_opts) {
102 struct option *xtables_merge_options(struct option *orig_opts,
113 for (num_oold = 0; orig_opts[num_oold].name; num_oold++) ;
119 * Since @oldopts also has @orig_opts already (and does so at the
130 memcpy(merge, orig_opts, sizeof(*mp) * num_oold);
    [all...]

Completed in 260 milliseconds