Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_conn_test.c2689 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_recv_delayed_handshake_pkt()
2758 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake()
2781 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake()
2846 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake()
2902 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake_error()
2922 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake_error()
2942 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_handshake_error()
3576 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_recv_stream_data()
4041 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_recv_early_data()
4113 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_conn_recv_early_data()
[all …]
H A Dngtcp2_pkt_test.c1190 fr.type = NGTCP2_FRAME_CRYPTO; in test_ngtcp2_pkt_encode_crypto_frame()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_rtb.c383 case NGTCP2_FRAME_CRYPTO: in rtb_reclaim_frame()
677 case NGTCP2_FRAME_CRYPTO: in rtb_process_acked_pkt()
1340 case NGTCP2_FRAME_CRYPTO: in rtb_on_pkt_lost_resched_move()
H A Dngtcp2_pkt.h119 NGTCP2_FRAME_CRYPTO = 0x06, enumerator
H A Dngtcp2_pkt.c507 case NGTCP2_FRAME_CRYPTO: in ngtcp2_pkt_decode_frame()
1308 dest->type = NGTCP2_FRAME_CRYPTO; in ngtcp2_pkt_decode_crypto_frame()
1529 case NGTCP2_FRAME_CRYPTO: in ngtcp2_pkt_encode_frame()
1964 *p++ = NGTCP2_FRAME_CRYPTO; in ngtcp2_pkt_encode_crypto_frame()
H A Dngtcp2_log.c512 case NGTCP2_FRAME_CRYPTO: in log_fr()
H A Dngtcp2_qlog.c772 case NGTCP2_FRAME_CRYPTO: in ngtcp2_qlog_write_frame()
H A Dngtcp2_conn.c1868 nfr->type = NGTCP2_FRAME_CRYPTO; in conn_cryptofrq_unacked_pop()
1952 nfr->type = NGTCP2_FRAME_CRYPTO; in conn_cryptofrq_pop()
3497 case NGTCP2_FRAME_CRYPTO: in conn_write_pkt()
4849 case NGTCP2_FRAME_CRYPTO: in ngtcp2_conn_resched_frames()
6080 case NGTCP2_FRAME_CRYPTO: in conn_recv_handshake_pkt()
8084 case NGTCP2_FRAME_CRYPTO: in conn_recv_delayed_handshake_pkt()
8522 case NGTCP2_FRAME_CRYPTO: in conn_recv_pkt()
11726 fr->type = NGTCP2_FRAME_CRYPTO; in ngtcp2_conn_submit_crypto_data()