Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_log.h94 const ngtcp2_frame *fr);
96 const ngtcp2_frame *fr);
Dngtcp2_pkt.h343 typedef union ngtcp2_frame { union
366 } ngtcp2_frame; typedef
459 ngtcp2_ssize ngtcp2_pkt_decode_frame(ngtcp2_frame *dest, const uint8_t *payload,
475 ngtcp2_frame *fr);
Dngtcp2_conn.h142 ngtcp2_frame fr;
433 ngtcp2_frame *ack;
886 uint8_t type, uint8_t flags, const ngtcp2_cid *dcid, ngtcp2_frame *fr,
Dngtcp2_ppe.h89 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr);
Dngtcp2_qlog.h84 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr);
Dngtcp2_rtb.c77 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_stream); in ngtcp2_frame_chain_stream_datacnt_objalloc_new()
94 size_t need, avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_crypto); in ngtcp2_frame_chain_crypto_datacnt_objalloc_new()
111 size_t avail = sizeof(ngtcp2_frame) - sizeof(ngtcp2_new_token); in ngtcp2_frame_chain_new_token_objalloc_new()
114 ngtcp2_frame *fr; in ngtcp2_frame_chain_new_token_objalloc_new()
164 sizeof(ngtcp2_frame) - sizeof(ngtcp2_stream)) { in ngtcp2_frame_chain_objalloc_del()
174 sizeof(ngtcp2_frame) - sizeof(ngtcp2_crypto)) { in ngtcp2_frame_chain_objalloc_del()
183 sizeof(ngtcp2_frame) - sizeof(ngtcp2_new_token)) { in ngtcp2_frame_chain_objalloc_del()
430 ngtcp2_frame *fr; in rtb_reclaim_frame()
Dngtcp2_log.c467 const ngtcp2_frame *fr, const char *dir) { in log_fr()
543 const ngtcp2_frame *fr) { in ngtcp2_log_rx_fr()
552 const ngtcp2_frame *fr) { in ngtcp2_log_tx_fr()
Dngtcp2_rtb.h80 ngtcp2_frame fr;
Dngtcp2_ppe.c84 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr) { in ngtcp2_ppe_encode_frame()
Dngtcp2_conn.c1617 ngtcp2_frame *fr; in conn_ensure_ack_blks()
1669 static int conn_create_ack_frame(ngtcp2_conn *conn, ngtcp2_frame **pfr, in conn_create_ack_frame()
1793 ngtcp2_frame *fr) { in conn_ppe_write_frame_hd_log()
1824 const ngtcp2_pkt_hd *hd, ngtcp2_frame *fr) { in conn_ppe_write_frame()
2549 ngtcp2_frame *ackfr = NULL, lfr; in conn_write_handshake_pkt()
2849 ngtcp2_frame *ackfr; in conn_write_ack_pkt()
3474 ngtcp2_frame *ackfr = NULL, lfr; in conn_write_pkt()
4313 uint8_t type, uint8_t flags, const ngtcp2_cid *dcid, ngtcp2_frame *fr, in ngtcp2_conn_write_single_frame_pkt()
4318 ngtcp2_frame lfr; in ngtcp2_conn_write_single_frame_pkt()
4729 ngtcp2_frame lfr; in conn_write_pmtud_probe()
[all …]
Dngtcp2_pkt.c473 ngtcp2_ssize ngtcp2_pkt_decode_frame(ngtcp2_frame *dest, const uint8_t *payload, in ngtcp2_pkt_decode_frame()
1508 ngtcp2_frame *fr) { in ngtcp2_pkt_encode_frame()
Dngtcp2_qlog.c741 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr) { in ngtcp2_qlog_write_frame()