Home
last modified time | relevance | path

Searched defs:next_proto (Results 1 – 15 of 15) sorted by relevance

/external/cronet/net/socket/
Dnext_proto.cc23 const char* NextProtoToString(NextProto next_proto) { in NextProtoToString()
Dssl_client_socket.cc29 for (const NextProto next_proto : next_protos) { in SerializeNextProtos() local
Dsocket_test_util.h489 NextProto next_proto = kProtoUnknown; member
/external/tcpdump/
Dprint-ip6.c175 u_int len, u_int covlen, uint8_t next_proto) in nextproto6_cksum()
Dprint-ip.c139 u_int len, u_int covlen, uint8_t next_proto) in nextproto4_cksum()
/external/cronet/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc477 const uint8_t *next_proto; in CheckHandshakeProperties() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc477 const uint8_t *next_proto; in CheckHandshakeProperties() local
/external/boringssl/src/ssl/test/
Dbssl_shim.cc477 const uint8_t *next_proto; in CheckHandshakeProperties() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandoff.cc452 next_proto, alpn, hostname, unused_channel_id, transcript, key_share; in SSL_apply_handback() local
/external/cronet/third_party/boringssl/src/ssl/
Dhandoff.cc467 next_proto, alpn, hostname, unused_channel_id, transcript, key_share; in SSL_apply_handback() local
/external/boringssl/src/ssl/
Dhandoff.cc467 next_proto, alpn, hostname, unused_channel_id, transcript, key_share; in SSL_apply_handback() local
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc306 const uint8_t *next_proto; in PrintConnectionInfo() local
/external/cronet/third_party/boringssl/src/tool/
Dtransport_common.cc306 const uint8_t *next_proto; in PrintConnectionInfo() local
/external/boringssl/src/tool/
Dtransport_common.cc306 const uint8_t *next_proto; in PrintConnectionInfo() local
/external/rust/crates/protobuf-parse/src/pure/
Dparser.rs1226 pub fn next_proto(&mut self) -> anyhow::Result<FileDescriptor> { in next_proto() method