Searched refs:neg_protocol (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1895 char* neg_protocol; local
2000 SSL_get0_alpn_selected(connssl->handle, &neg_protocol, &len);
2002 infof(data, "ALPN, server accepted to use %.*s\n", len, neg_protocol);
2005 memcmp(NGHTTP2_PROTO_VERSION_ID, neg_protocol, len) == 0) {
2009 neg_protocol, ALPN_HTTP_1_1_LENGTH) == 0) {

Completed in 63 milliseconds