Home
last modified time | relevance | path

Searched refs:proto_list (Results 1 – 5 of 5) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtrace-compress.c29 static struct compress_proto *proto_list; variable
400 struct compress_proto *proto = proto_list; in compress_proto_select()
432 proto = proto_list; in tracecmd_compress_alloc()
485 struct compress_proto *proto = proto_list; in tracecmd_compress_is_supported()
564 new->next = proto_list; in tracecmd_compress_proto_register()
567 proto_list = new; in tracecmd_compress_proto_register()
583 struct compress_proto *proto = proto_list; in tracecmd_compress_free()
593 proto_list = NULL; in tracecmd_compress_free()
609 struct compress_proto *proto = proto_list; in tracecmd_compress_protos_get()
627 proto = proto_list; in tracecmd_compress_protos_get()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc1431 CBB contents, proto_list; in ext_alpn_add_clienthello() local
1435 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_clienthello()
1436 !CBB_add_bytes(&proto_list, hs->config->alpn_client_proto_list.data(), in ext_alpn_add_clienthello()
1614 CBB contents, proto_list, proto; in ext_alpn_add_serverhello() local
1617 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_serverhello()
1618 !CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alpn_add_serverhello()
2967 CBB contents, proto_list, proto; in ext_alps_add_clienthello() local
2970 !CBB_add_u16_length_prefixed(&contents, &proto_list)) { in ext_alps_add_clienthello()
2975 if (!CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alps_add_clienthello()
/external/boringssl/src/ssl/
Dextensions.cc1438 CBB contents, proto_list; in ext_alpn_add_clienthello() local
1442 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_clienthello()
1443 !CBB_add_bytes(&proto_list, hs->config->alpn_client_proto_list.data(), in ext_alpn_add_clienthello()
1624 CBB contents, proto_list, proto; in ext_alpn_add_serverhello() local
1627 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_serverhello()
1628 !CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alpn_add_serverhello()
2976 CBB contents, proto_list, proto; in ext_alps_add_clienthello() local
2979 !CBB_add_u16_length_prefixed(&contents, &proto_list)) { in ext_alps_add_clienthello()
2984 if (!CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alps_add_clienthello()
/external/cronet/third_party/boringssl/src/ssl/
Dextensions.cc1438 CBB contents, proto_list; in ext_alpn_add_clienthello() local
1442 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_clienthello()
1443 !CBB_add_bytes(&proto_list, hs->config->alpn_client_proto_list.data(), in ext_alpn_add_clienthello()
1624 CBB contents, proto_list, proto; in ext_alpn_add_serverhello() local
1627 !CBB_add_u16_length_prefixed(&contents, &proto_list) || in ext_alpn_add_serverhello()
1628 !CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alpn_add_serverhello()
2976 CBB contents, proto_list, proto; in ext_alps_add_clienthello() local
2979 !CBB_add_u16_length_prefixed(&contents, &proto_list)) { in ext_alps_add_clienthello()
2984 if (!CBB_add_u8_length_prefixed(&proto_list, &proto) || in ext_alps_add_clienthello()
/external/linux-kselftest/tools/testing/selftests/net/
Dipsec.c2067 int proto_list[] = { IPPROTO_AH, IPPROTO_COMP, IPPROTO_ESP }; variable
2204 for (i = 0; i < ARRAY_SIZE(proto_list); i++) { in write_test_plan()
2205 if (write_proto_plan(test_desc_fd, proto_list[i])) in write_test_plan()