Searched refs:max_streams (Results 1 – 7 of 7) sorted by relevance
372 uint64_t max_streams);395 uint64_t max_streams);636 uint64_t *max_streams);662 uint64_t *max_streams);
731 uint64_t max_streams = 0; in depack_do_frame_max_streams() local733 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) { in depack_do_frame_max_streams()741 if (max_streams > (((uint64_t)1) << 60)) { in depack_do_frame_max_streams()751 if (max_streams > ch->max_local_streams_bidi) in depack_do_frame_max_streams()752 ch->max_local_streams_bidi = max_streams; in depack_do_frame_max_streams()758 if (max_streams > ch->max_local_streams_uni) in depack_do_frame_max_streams()759 ch->max_local_streams_uni = max_streams; in depack_do_frame_max_streams()
274 uint64_t max_streams) in ossl_quic_wire_encode_frame_max_streams() argument278 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_max_streams()309 uint64_t max_streams) in ossl_quic_wire_encode_frame_streams_blocked() argument313 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_streams_blocked()752 uint64_t *max_streams) in ossl_quic_wire_decode_frame_max_streams() argument757 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_max_streams()786 uint64_t *max_streams) in ossl_quic_wire_decode_frame_streams_blocked() argument791 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_streams_blocked()
273 uint64_t max_streams = 0; in frame_max_streams() local275 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) in frame_max_streams()278 BIO_printf(bio, " Max Streams: %llu\n", (unsigned long long)max_streams); in frame_max_streams()
2655 uint64_t max_streams in txp_generate_for_el() local2662 max_streams)) { in txp_generate_for_el()2681 uint64_t max_streams in txp_generate_for_el() local2688 max_streams)) { in txp_generate_for_el()
119 | 0x12 | [max_streams 0x12] | Connection manager? [^6] | ✔ | | |…120 | 0x13 | [max_streams 0x13] | Connection manager? [^6] | ✔ | | |…161 [^6]: I imagine that `max_streams` and `streams_blocked` concern a Connection192 [max_streams 0x12]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.11193 [max_streams 0x13]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.11
281 | 0x12 | max_streams 0x12 | | | ✓ | ✓ | | | …282 | 0x13 | max_streams 0x13 | | | ✓ | ✓ | | | …
Completed in 112 milliseconds