Home
last modified time | relevance | path

Searched refs:proto0 (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-isakmp.c586 uint32_t proto0, int depth)
624 uint32_t proto0, int depth);
689 uint32_t proto0, int depth) = {
996 uint32_t proto0, int depth) in ikev1_sa_print() argument
1042 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, in ikev1_sa_print()
1055 uint32_t proto0 _U_, int depth) in ikev1_p_print()
1486 uint32_t proto0 _U_, int depth _U_) in ikev1_cert_print()
1518 uint32_t proto0 _U_, int depth _U_) in ikev1_cr_print()
1628 uint32_t proto0 _U_, int depth) in ikev1_n_print()
1769 uint32_t proto0 _U_, int depth _U_) in ikev1_d_print()
[all …]
/external/v8/test/cctest/
Dtest-api.cc6984 v8::Local<v8::Object> proto0 = in THREADED_TEST() local
6988 CHECK(proto0->Set(env0.local(), v8_str("custom"), v8_num(1234)).FromJust()); in THREADED_TEST()
10967 Local<Value> proto0 = o0->GetPrototype(); in THREADED_TEST() local
10968 CHECK(proto0->IsObject()); in THREADED_TEST()
10969 CHECK(proto0.As<v8::Object>()->Equals(context.local(), o1).FromJust()); in THREADED_TEST()