Searched refs:t_type (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/tests/kvm/ |
D | kvm.py | 66 t_type = params.get("type") 73 module_path = os.path.join(d, "%s.py" % t_type) 80 (t_type, subtest_dir_kvm, 83 f, p, d = imp.find_module(t_type, [subtest_dir]) 84 test_module = imp.load_module(t_type, f, p, d) 93 run_func = getattr(test_module, "run_%s" % t_type)
|
/external/iproute2/ip/ |
D | ipxfrm.c | 111 int t_type; member 127 if (!t->t_name || t->t_type == -1) in xfrm_xfrmproto_getbyname() 131 return t->t_type; in xfrm_xfrmproto_getbyname() 144 if (!t->t_name || t->t_type == -1) in strxf_xfrmproto() 147 if (t->t_type == proto) in strxf_xfrmproto() 168 if (!t->t_name || t->t_type == -1) in xfrm_algotype_getbyname() 172 return t->t_type; in xfrm_algotype_getbyname() 185 if (!t->t_name || t->t_type == -1) in strxf_algotype() 188 if (t->t_type == type) in strxf_algotype()
|
/external/tcpdump/ |
D | print-isakmp.c | 348 uint8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member 1893 switch (t.t_type) { in ikev2_t_print() 1923 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print() 1927 STR_OR_ID(t.t_type, ikev2_t_type_map), in ikev2_t_print()
|