Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.h152 NGTCP2_FRAME_STOP_SENDING = 0x05, enumerator
Dngtcp2_pkt.c519 case NGTCP2_FRAME_STOP_SENDING: in ngtcp2_pkt_decode_frame()
1237 dest->type = NGTCP2_FRAME_STOP_SENDING; in ngtcp2_pkt_decode_stop_sending_frame()
1545 case NGTCP2_FRAME_STOP_SENDING: in ngtcp2_pkt_encode_frame()
1917 *p++ = NGTCP2_FRAME_STOP_SENDING; in ngtcp2_pkt_encode_stop_sending_frame()
Dngtcp2_log.c512 case NGTCP2_FRAME_STOP_SENDING: in log_fr()
Dngtcp2_qlog.c780 case NGTCP2_FRAME_STOP_SENDING: in ngtcp2_qlog_write_frame()
Dngtcp2_conn.c3696 case NGTCP2_FRAME_STOP_SENDING: in conn_write_pkt()
7287 frc->fr.type = NGTCP2_FRAME_STOP_SENDING; in conn_stop_sending()
9068 case NGTCP2_FRAME_STOP_SENDING: in conn_recv_pkt()
9135 case NGTCP2_FRAME_STOP_SENDING: in conn_recv_pkt()