Home
last modified time | relevance | path

Searched refs:next_proto (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_callbacks.h392 next_protocol_fn next_proto = nullptr)
395 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
402 next_protocol_fn next_proto = nullptr)
405 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
413 next_protocol_fn next_proto = nullptr)
419 m_next_proto(next_proto) {} in m_output_function()
424 next_protocol_fn next_proto = nullptr)
427 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
H A Dtls_server.h75 next_protocol_fn next_proto = next_protocol_fn(),
95 next_protocol_fn next_proto = next_protocol_fn(),
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_callbacks.h392 next_protocol_fn next_proto = nullptr)
395 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
402 next_protocol_fn next_proto = nullptr)
405 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
413 next_protocol_fn next_proto = nullptr)
419 m_next_proto(next_proto) {} in m_output_function()
424 next_protocol_fn next_proto = nullptr)
427 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
H A Dtls_server.h75 next_protocol_fn next_proto = next_protocol_fn(),
95 next_protocol_fn next_proto = next_protocol_fn(),
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_callbacks.h392 next_protocol_fn next_proto = nullptr)
395 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
402 next_protocol_fn next_proto = nullptr)
405 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
413 next_protocol_fn next_proto = nullptr)
419 m_next_proto(next_proto) {} in m_output_function()
424 next_protocol_fn next_proto = nullptr)
427 m_hs_cb(hs_cb), m_hs_msg_cb(hs_msg_cb), m_next_proto(next_proto) {} in m_output_function()
H A Dtls_server.h75 next_protocol_fn next_proto = next_protocol_fn(),
95 next_protocol_fn next_proto = next_protocol_fn(),
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dasio_common.cc177 const unsigned char *next_proto = nullptr; in tls_h2_negotiated() local
181 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
184 if (next_proto == nullptr) { in tls_h2_negotiated()
185 SSL_get0_alpn_selected(ssl, &next_proto, &next_proto_len); in tls_h2_negotiated()
189 if (next_proto == nullptr) { in tls_h2_negotiated()
193 return util::check_h2_is_selected(StringRef{next_proto, next_proto_len}); in tls_h2_negotiated()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/nsh/
H A Dnsh.c18 u8 next_proto; in nsh_push() local
21 next_proto = TUN_P_ETHERNET; in nsh_push()
23 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
24 if (!next_proto) in nsh_push()
35 nh->np = next_proto; in nsh_push()
/dports/multimedia/libv4l/linux-5.13-rc2/net/nsh/
H A Dnsh.c18 u8 next_proto; in nsh_push() local
21 next_proto = TUN_P_ETHERNET; in nsh_push()
23 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
24 if (!next_proto) in nsh_push()
35 nh->np = next_proto; in nsh_push()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/nsh/
H A Dnsh.c18 u8 next_proto; in nsh_push() local
21 next_proto = TUN_P_ETHERNET; in nsh_push()
23 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
24 if (!next_proto) in nsh_push()
35 nh->np = next_proto; in nsh_push()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dnext_proto.cc21 const char* NextProtoToString(NextProto next_proto) { in NextProtoToString() argument
22 switch (next_proto) { in NextProtoToString()
H A Dssl_client_socket.cc30 for (const NextProto next_proto : next_protos) { in SerializeNextProtos() local
31 const std::string proto = NextProtoToString(next_proto); in SerializeNextProtos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dnext_proto.cc21 const char* NextProtoToString(NextProto next_proto) { in NextProtoToString() argument
22 switch (next_proto) { in NextProtoToString()
H A Dssl_client_socket.cc30 for (const NextProto next_proto : next_protos) { in SerializeNextProtos() local
31 const std::string proto = NextProtoToString(next_proto); in SerializeNextProtos()
/dports/net/libtrace/libtrace-3.0.19/lib/
H A Dlinktypes.c320 uint16_t ha_type, next_proto; in demote_packet() local
374 next_proto = ntohs(sll->protocol); in demote_packet()
383 else if (next_proto == TRACE_ETHERTYPE_LOOPBACK) in demote_packet()
385 else if (next_proto == TRACE_ETHERTYPE_IP) in demote_packet()
387 else if (next_proto == TRACE_ETHERTYPE_IPV6) in demote_packet()
/dports/security/snort3/snort3-3.1.19.0/src/piglet_plugins/
H A Dpp_enc_state_iface.cc47 IpProtocol next_proto = (IpProtocol)args[3].opt_size(); in __anonbad05be20102() local
52 next_proto, ttl, dsize); in __anonbad05be20102()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_mod.c116 proto->next_proto = proto_handler_list; in hook_add_protocol()
125 protocol_handler_t * proto, * next_proto; in hook_free_protocols() local
130 next_proto = proto->next_proto; in hook_free_protocols()
133 proto = next_proto; in hook_free_protocols()
147 proto = proto->next_proto; in hook_check_protocol()
/dports/security/nmap/nmap-7.91/nping/
H A DProbeMode.h112 …static int createIPv4(IPv4Header *i, PacketElement *next_element, const char *next_proto, NpingTar…
113 …static int createIPv6(IPv6Header *i, PacketElement *next_element, const char *next_proto, NpingTar…
/dports/lang/mono/mono-5.10.1.57/external/boringssl/tool/
H A Dtransport_common.cc187 const uint8_t *next_proto; in PrintConnectionInfo() local
189 SSL_get0_next_proto_negotiated(ssl, &next_proto, &next_proto_len); in PrintConnectionInfo()
191 next_proto); in PrintConnectionInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tests/
H A Dtlstest.py352 assert(connection.next_proto == b'http/1.1')
359 assert(connection.next_proto == b'spdy/2')
366 assert(connection.next_proto == b'spdy/2')
373 assert(connection.next_proto == b'spdy/2')
380 assert(connection.next_proto == b'spdy/3')
387 assert(connection.next_proto == b'http/1.1')
394 assert(connection.next_proto == b'spdy/2')

12345678910>>...12