Searched refs:NGTCP2_PKT_RETRY (Results 1 – 5 of 5) sorted by relevance
211 case NGTCP2_PKT_RETRY: in ngtcp2_pkt_decode_hd_long()281 case NGTCP2_PKT_RETRY: in ngtcp2_pkt_decode_hd_long()316 case NGTCP2_PKT_RETRY: in ngtcp2_pkt_decode_hd_long()391 if (hd->type != NGTCP2_PKT_RETRY) { in ngtcp2_pkt_encode_hd_long()431 if (hd->type != NGTCP2_PKT_RETRY) { in ngtcp2_pkt_encode_hd_long()2275 ngtcp2_pkt_hd_init(&hd, NGTCP2_PKT_FLAG_LONG_FORM, NGTCP2_PKT_RETRY, dcid, in ngtcp2_pkt_write_retry()2503 return NGTCP2_PKT_RETRY; in ngtcp2_pkt_get_type_long()2522 return NGTCP2_PKT_RETRY; in ngtcp2_pkt_get_type_long()2539 case NGTCP2_PKT_RETRY: in ngtcp2_pkt_versioned_type()2559 case NGTCP2_PKT_RETRY: in ngtcp2_pkt_versioned_type()
160 case NGTCP2_PKT_RETRY: in strpkttype_long()
258 case NGTCP2_PKT_RETRY: in qlog_pkt_type()
6238 } else if (hd.type == NGTCP2_PKT_RETRY) { in conn_recv_handshake_pkt()
905 NGTCP2_PKT_RETRY = 0x13, enumerator