Lines Matching full:neg_protocol
2227 const unsigned char* neg_protocol;
2229 SSL_get0_alpn_selected(connssl->handle, &neg_protocol, &len);
2231 infof(data, "ALPN, server accepted to use %.*s\n", len, neg_protocol);
2235 !memcmp(NGHTTP2_PROTO_VERSION_ID, neg_protocol, len)) {
2241 !memcmp(ALPN_HTTP_1_1, neg_protocol, ALPN_HTTP_1_1_LENGTH)) {