Searched refs:next_proto (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/tool/ |
D | transport_common.cc | 183 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/ |
D | print-ip6.c | 45 u_int len, u_int covlen, u_int next_proto) in nextproto6_cksum() argument 61 ph.ph_nxt = next_proto; in nextproto6_cksum()
|
D | print-ip.c | 136 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/ |
D | bssl_shim.cc | 1008 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()
|