Home
last modified time | relevance | path

Searched refs:datagram_id (Results 1 – 8 of 8) sorted by relevance

/openssl/include/internal/
H A Dqlog_event_helpers.h46 uint64_t datagram_id);
54 uint64_t datagram_id);
H A Dquic_demux.h113 uint64_t datagram_id; member
H A Dquic_record_rx.h233 uint64_t datagram_id; member
/openssl/ssl/quic/
H A Dqlog_event_helpers.c571 uint64_t datagram_id) in log_packet() argument
597 QLOG_U64("datagram_id", datagram_id); in log_packet()
613 uint64_t datagram_id) in ossl_qlog_event_transport_packet_sent() argument
617 log_packet(qlog, hdr, pn, iovec, num_iovec, datagram_id); in ossl_qlog_event_transport_packet_sent()
627 uint64_t datagram_id) in ossl_qlog_event_transport_packet_received() argument
631 log_packet(qlog, hdr, pn, iovec, num_iovec, datagram_id); in ossl_qlog_event_transport_packet_received()
H A Dquic_record_rx.c74 uint64_t datagram_id; member
874 rxe->datagram_id = urxe->datagram_id; in qrx_process_pkt()
1059 rxe->datagram_id = urxe->datagram_id; in qrx_process_pkt()
1238 rxe->pkt.datagram_id = rxe->datagram_id; in ossl_qrx_read_pkt()
H A Dquic_demux.c306 urxe->datagram_id = demux->next_datagram_id++; in demux_recv()
H A Dquic_channel.c2213 ch->qrx_pkt->datagram_id); in ch_rx_handle_packet()
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py103 datagram_id = data.get('datagram_id')
104 if type(datagram_id) != int:

Completed in 35 milliseconds