Home
last modified time | relevance | path

Searched refs:ngtcp2_frame (Results 1 – 16 of 16) sorted by relevance

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_test_helper.h97 ngtcp2_frame *fr, ngtcp2_crypto_km *ckm);
105 ngtcp2_frame *fr, ngtcp2_crypto_km *ckm);
114 int64_t pkt_num, ngtcp2_frame *fr,
124 ngtcp2_frame *fr, size_t frlen, ngtcp2_crypto_km *ckm);
130 int64_t pkt_num, ngtcp2_frame *fr, size_t frlen,
143 uint32_t version, ngtcp2_frame *fr,
154 uint32_t version, ngtcp2_frame *fr,
166 uint32_t version, ngtcp2_frame *fr,
176 int64_t pkt_num, uint32_t version, ngtcp2_frame *fra,
H A Dngtcp2_test_helper.c115 ngtcp2_frame *fr, ngtcp2_crypto_km *ckm) { in write_single_frame_pkt()
122 ngtcp2_frame *fr, ngtcp2_crypto_km *ckm) { in write_single_frame_pkt_flags()
151 int64_t pkt_num, ngtcp2_frame *fr, size_t frlen, in write_pkt()
159 ngtcp2_frame *fr, size_t frlen, ngtcp2_crypto_km *ckm) { in write_pkt_flags()
193 int64_t pkt_num, ngtcp2_frame *fr, in write_single_frame_pkt_without_conn_id()
224 const uint8_t *token, size_t tokenlen, ngtcp2_frame *fr, in write_single_frame_handshake_pkt_generic()
269 uint32_t version, ngtcp2_frame *fr, in write_single_frame_handshake_pkt()
278 uint32_t version, ngtcp2_frame *fr, in write_single_frame_initial_pkt()
289 uint32_t version, ngtcp2_frame *fr, in write_single_frame_0rtt_pkt()
298 int64_t pkt_num, uint32_t version, ngtcp2_frame *fra, in write_handshake_pkt()
[all …]
H A Dngtcp2_pkt_test.c442 ngtcp2_frame fr; in test_ngtcp2_pkt_decode_stream_frame()
519 ngtcp2_frame fr; in test_ngtcp2_pkt_decode_ack_frame()
544 ngtcp2_frame fr; in test_ngtcp2_pkt_decode_padding_frame()
560 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_stream_frame()
683 ngtcp2_frame *fr = &mfr.fr, *nfr = &nmfr.fr; in test_ngtcp2_pkt_encode_ack_frame()
851 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_connection_close_frame()
911 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_connection_close_app_frame()
1186 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_crypto_frame()
1216 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_new_token_frame()
1240 ngtcp2_frame fr, nfr; in test_ngtcp2_pkt_encode_retire_connection_id_frame()
[all …]
H A Dngtcp2_conn_test.c828 ngtcp2_frame fr; in test_ngtcp2_conn_stream_open_close()
920 ngtcp2_frame fr; in test_ngtcp2_conn_stream_rx_flow_control()
990 ngtcp2_frame fr; in test_ngtcp2_conn_stream_rx_flow_control_error()
1020 ngtcp2_frame fr; in test_ngtcp2_conn_stream_tx_flow_control()
1112 ngtcp2_frame fr; in test_ngtcp2_conn_rx_flow_control()
1174 ngtcp2_frame fr; in test_ngtcp2_conn_rx_flow_control_error()
1207 ngtcp2_frame fr; in test_ngtcp2_conn_tx_flow_control()
1278 ngtcp2_frame fr; in test_ngtcp2_conn_shutdown_stream_write()
1414 ngtcp2_frame fr; in test_ngtcp2_conn_recv_reset_stream()
1956 ngtcp2_frame fr; in test_ngtcp2_conn_recv_stop_sending()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_log.h59 const ngtcp2_frame *fr);
61 const ngtcp2_frame *fr);
H A Dngtcp2_pkt.h309 typedef union ngtcp2_frame { union
332 } ngtcp2_frame; typedef
425 ngtcp2_ssize ngtcp2_pkt_decode_frame(ngtcp2_frame *dest, const uint8_t *payload,
441 ngtcp2_frame *fr);
H A Dngtcp2_conn.h125 ngtcp2_frame fr;
387 ngtcp2_frame *ack;
790 uint8_t type, const ngtcp2_cid *dcid, ngtcp2_frame *fr, uint8_t rtb_flags,
H A Dngtcp2_ppe.h89 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr);
H A Dngtcp2_qlog.h84 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr);
H A Dngtcp2_rtb.h76 ngtcp2_frame fr;
H A Dngtcp2_log.c458 const ngtcp2_frame *fr, const char *dir) { in log_fr()
534 const ngtcp2_frame *fr) { in ngtcp2_log_rx_fr()
543 const ngtcp2_frame *fr) { in ngtcp2_log_tx_fr()
H A Dngtcp2_rtb.c64 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_stream); in ngtcp2_frame_chain_stream_datacnt_new()
80 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_crypto); in ngtcp2_frame_chain_crypto_datacnt_new()
96 size_t avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_new_token); in ngtcp2_frame_chain_new_token_new()
99 ngtcp2_frame *fr; in ngtcp2_frame_chain_new_token_new()
314 ngtcp2_frame *fr; in rtb_reclaim_frame()
H A Dngtcp2_ppe.c84 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr) { in ngtcp2_ppe_encode_frame()
H A Dngtcp2_conn.c1415 ngtcp2_frame *fr; in conn_ensure_ack_blks()
2626 ngtcp2_frame *ackfr; in conn_write_ack_pkt()
4037 ngtcp2_frame lfr; in ngtcp2_conn_write_single_frame_pkt()
4520 ngtcp2_frame lfr; in conn_write_path_challenge()
4621 ngtcp2_frame lfr; in conn_write_path_response()
5681 ngtcp2_frame *fr = &mfr.fr; in conn_recv_handshake_pkt()
8033 ngtcp2_frame *fr = &mfr.fr; in conn_recv_delayed_handshake_pkt()
8170 ngtcp2_frame *fr = &mfr.fr; in conn_recv_pkt()
10918 ngtcp2_frame fr; in conn_write_connection_close()
11037 ngtcp2_frame fr; in ngtcp2_conn_write_application_close_versioned()
[all …]
H A Dngtcp2_qlog.c721 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr) { in ngtcp2_qlog_write_frame()
H A Dngtcp2_pkt.c449 ngtcp2_ssize ngtcp2_pkt_decode_frame(ngtcp2_frame *dest, const uint8_t *payload, in ngtcp2_pkt_decode_frame()
1484 ngtcp2_frame *fr) { in ngtcp2_pkt_encode_frame()