/external/iproute2/tc/ |
m_xt.c | 75 .orig_opts = original_opts, 168 opts = xtables_options_xfrm(tcipt_globals.orig_opts, 339 opts = xtables_options_xfrm(tmp_tcipt_globals.orig_opts,
|
/external/iptables/iptables/ |
xshared.c | 157 gl->opts = xtables_options_xfrm(gl->orig_opts, 162 gl->opts = xtables_merge_options(gl->orig_opts,
|
ip6tables.c | 122 .orig_opts = original_opts, [all...] |
iptables.c | 121 .orig_opts = original_opts, [all...] |
/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 | 70 .orig_opts = NULL,
|
/external/iproute2/include/ |
xtables.h | 401 struct option *orig_opts; member in struct:xtables_globals
|
/external/iptables/include/ |
xtables.h | 401 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...] |