Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_wire.c45 static int encode_frame_hdr(WPACKET *pkt, uint64_t frame_type) in encode_frame_hdr() function
52 return encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_PING); in ossl_quic_wire_encode_frame_ping()
76 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_ack()
106 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_RESET_STREAM) in ossl_quic_wire_encode_frame_reset_stream()
118 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_STOP_SENDING) in ossl_quic_wire_encode_frame_stop_sending()
129 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_CRYPTO) in ossl_quic_wire_encode_frame_crypto_hdr()
170 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_NEW_TOKEN) in ossl_quic_wire_encode_frame_new_token()
190 if (!encode_frame_hdr(pkt, frame_type) in ossl_quic_wire_encode_frame_stream_hdr()
253 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_MAX_DATA) in ossl_quic_wire_encode_frame_max_data()
287 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_DATA_BLOCKED) in ossl_quic_wire_encode_frame_data_blocked()
[all …]

Completed in 7 milliseconds