HomeSort by relevance Sort by last modified time
    Searched refs:next_proto (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/tool/
transport_common.cc 183 const uint8_t *next_proto; local
185 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
187 next_proto);
  /external/tcpdump/
print-ip6.c 45 u_int len, u_int covlen, u_int next_proto)
61 ph.ph_nxt = next_proto;
print-ip.c 136 u_int len, u_int covlen, u_int next_proto)
150 ph.proto = next_proto;
  /external/boringssl/src/ssl/test/
bssl_shim.cc 1008 const uint8_t *next_proto; local
1010 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len);
1012 memcmp(next_proto, config->expected_next_proto.data(),
    [all...]

Completed in 254 milliseconds