Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
125 packet_type = header.get('packet_type')126 if packet_type not in packet_types:131 if packet_type != '1RTT' and type(header.get('scid')) != str:137 if packet_types[packet_type]:
14 static const char *packet_type(int type) in packet_type() function593 BIO_printf(bio, " Packet Type: %s\n", packet_type(hdr.type)); in ossl_quic_trace()
82 - `QUIC_PN_SPACE_INITIAL` when `packet->packet_type == pkt_initial`83 - `QUIC_PN_SPACE_HANDSHAKE` when `packet->packet_type == pkt_handshake`
Completed in 7 milliseconds