HomeSort by: relevance | last modified time | path
    Searched refs:alpns (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
net_help.c 1180 static const unsigned char alpns[] = { 3, 'd', 'o', 't' }; local
1183 ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);
1187 * ALPNs are blocked) */
  /src/external/bsd/nsd/dist/
server.c 2132 static const unsigned char alpns[] = { 3, 'd', 'o', 't' }; local
2135 SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen);

Completed in 76 milliseconds