Home
last modified time | relevance | path

Searched refs:NGTCP2_FRAME_CONNECTION_CLOSE (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.c490 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_pkt_decode_frame()
893 if (type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_decode_connection_close_frame()
923 if (type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_decode_connection_close_frame()
1519 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_pkt_encode_frame()
1716 (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE in ngtcp2_pkt_encode_connection_close_frame()
1730 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_encode_connection_close_frame()
Dngtcp2_log.c300 fr->type == NGTCP2_FRAME_CONNECTION_CLOSE in log_fr_connection_close()
482 case NGTCP2_FRAME_CONNECTION_CLOSE: in log_fr()
Dngtcp2_pkt.h168 NGTCP2_FRAME_CONNECTION_CLOSE = 0x1c, enumerator
Dngtcp2_qlog.c633 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in write_connection_close_frame()
877 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_qlog_write_frame()
Dngtcp2_conn.c5822 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in conn_recv_connection_close()
6640 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_handshake_pkt()
8664 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_delayed_handshake_pkt()
9080 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
9094 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
9161 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
11923 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in conn_write_connection_close()
13465 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in ngtcp2_pkt_write_connection_close()