Home
last modified time | relevance | path

Searched refs:next_proto (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/tool/
Dtransport_common.cc183 const uint8_t *next_proto; in PrintConnectionInfo() local
185 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
187 next_proto); in PrintConnectionInfo()
/external/tcpdump/
Dprint-ip6.c45 u_int len, u_int covlen, u_int next_proto) in nextproto6_cksum() argument
61 ph.ph_nxt = next_proto; in nextproto6_cksum()
Dprint-ip.c136 u_int len, u_int covlen, u_int next_proto) in nextproto4_cksum() argument
150 ph.proto = next_proto; in nextproto4_cksum()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1008 const uint8_t *next_proto; in CheckHandshakeProperties() local
1010 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in CheckHandshakeProperties()
1012 memcmp(next_proto, config->expected_next_proto.data(), in CheckHandshakeProperties()