Home
last modified time | relevance | path

Searched refs:h2o_http3_server_accept (Results 1 – 4 of 4) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_server.h55 h2o_http3_conn_t *h2o_http3_server_accept(h2o_http3_server_ctx_t *ctx, quicly_address_t *destaddr, …
/dports/www/h2o-devel/h2o-dcc7134/fuzz/
H A Ddriver_h3.cc166 …h2o_http3_conn_t *conn = h2o_http3_server_accept(&server_ctx, &dst_addr, &src_addr, NULL /* initia… in LLVMFuzzerTestOneInput()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c1784 h2o_http3_conn_t *h2o_http3_server_accept(h2o_http3_server_ctx_t *ctx, quicly_address_t *destaddr, … in h2o_http3_server_accept() function
/dports/www/h2o-devel/h2o-dcc7134/src/
H A Dmain.c2998 …conn = h2o_http3_server_accept(ctx, destaddr, srcaddr, packet, token, (H2O_EBPF_FLAGS_SKIP_TRACING… in on_http3_accept()