Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_pkt.c466 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_pkt_decode_frame()
869 if (type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_decode_connection_close_frame()
899 if (type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_decode_connection_close_frame()
1495 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_pkt_encode_frame()
1692 (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE in ngtcp2_pkt_encode_connection_close_frame()
1706 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in ngtcp2_pkt_encode_connection_close_frame()
H A Dngtcp2_log.c285 fr->type == NGTCP2_FRAME_CONNECTION_CLOSE in log_fr_connection_close()
473 case NGTCP2_FRAME_CONNECTION_CLOSE: in log_fr()
H A Dngtcp2_qlog.c617 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in write_connection_close_frame()
875 case NGTCP2_FRAME_CONNECTION_CLOSE: in ngtcp2_qlog_write_frame()
H A Dngtcp2_pkt.h134 NGTCP2_FRAME_CONNECTION_CLOSE = 0x1c, enumerator
H A Dngtcp2_conn.c5410 if (fr->type == NGTCP2_FRAME_CONNECTION_CLOSE) { in conn_recv_connection_close()
6087 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_handshake_pkt()
8081 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_delayed_handshake_pkt()
8482 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
8496 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
8563 case NGTCP2_FRAME_CONNECTION_CLOSE: in conn_recv_pkt()
10920 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in conn_write_connection_close()
12249 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in ngtcp2_pkt_write_connection_close()
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_pkt_test.c859 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in test_ngtcp2_pkt_encode_connection_close_frame()
884 fr.type = NGTCP2_FRAME_CONNECTION_CLOSE; in test_ngtcp2_pkt_encode_connection_close_frame()