Searched refs:ngtcp2_frame (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_log.h | 94 const ngtcp2_frame *fr); 96 const ngtcp2_frame *fr);
|
D | ngtcp2_pkt.h | 343 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);
|
D | ngtcp2_conn.h | 142 ngtcp2_frame fr; 433 ngtcp2_frame *ack; 886 uint8_t type, uint8_t flags, const ngtcp2_cid *dcid, ngtcp2_frame *fr,
|
D | ngtcp2_ppe.h | 89 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr);
|
D | ngtcp2_qlog.h | 84 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr);
|
D | ngtcp2_rtb.c | 77 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()
|
D | ngtcp2_log.c | 467 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()
|
D | ngtcp2_rtb.h | 80 ngtcp2_frame fr;
|
D | ngtcp2_ppe.c | 84 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr) { in ngtcp2_ppe_encode_frame()
|
D | ngtcp2_conn.c | 1617 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 …]
|
D | ngtcp2_pkt.c | 473 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()
|
D | ngtcp2_qlog.c | 741 void ngtcp2_qlog_write_frame(ngtcp2_qlog *qlog, const ngtcp2_frame *fr) { in ngtcp2_qlog_write_frame()
|