Home
last modified time | relevance | path

Searched refs:qconn (Results 51 – 62 of 62) sorted by relevance

123

/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go148 …if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok && qconn.GetQUICVersion() == quic.VersionD…
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go153 if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok {
154 if qconn.GetQUICVersion() == protocol.Version1 {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go153 if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok {
154 if qconn.GetQUICVersion() == protocol.Version1 {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go153 if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok {
154 if qconn.GetQUICVersion() == protocol.Version1 {
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go153 if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok {
154 if qconn.GetQUICVersion() == protocol.Version1 {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver.go153 if qconn, ok := ch.Conn.(handshake.ConnWithVersion); ok {
154 if qconn.GetQUICVersion() == protocol.Version1 {
/dports/www/h2o-devel/h2o-dcc7134/lib/common/
H A Dhttp3client.c245 quicly_conn_t *qconn; in start_connect() local
261 …if ((ret = quicly_connect(&qconn, &conn->ctx->http3->quic, conn->server.origin_url.host.base, sa, … in start_connect()
268 if ((ret = h2o_http3_setup(&conn->super, qconn)) != 0) in start_connect()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1843 quicly_conn_t *qconn; in h2o_http3_server_accept() local
1844 …int accept_ret = quicly_accept(&qconn, ctx->super.quic, &destaddr->sa, &srcaddr->sa, packet, addre… in h2o_http3_server_accept()
1863 h2o_http3_setup(&conn->h3, qconn); in h2o_http3_server_accept()
/dports/security/nmap/nmap-7.91/scripts/
H A Dscript.db430 Entry { filename = "qconn-exec.nse", categories = { "exploit", "intrusive", "vuln", } }
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DMBTest.cpp7060 EntityHandle qconn[9] = { in mb_skin_higher_order_faces_common() local
7069 rval = mb.create_element( MBQUAD, qconn, 9, quad ); in mb_skin_higher_order_faces_common()
/dports/security/nmap/nmap-7.91/
H A DCHANGELOG2701 + qconn-exec tests the QNX QCONN service for remote command execution.
H A Dnmap-service-probes2813 match qconn m|^QCONN\r\n\xff\xfd\"$| p/qconn remote IDE support/ o/QNX/ cpe:/o:qnx:qnx/a

123