Lines Matching refs:encode_frame_hdr

45 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()
264 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_MAX_STREAM_DATA) in ossl_quic_wire_encode_frame_max_stream_data()
276 if (!encode_frame_hdr(pkt, is_uni ? OSSL_QUIC_FRAME_TYPE_MAX_STREAMS_UNI in ossl_quic_wire_encode_frame_max_streams()
287 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_DATA_BLOCKED) in ossl_quic_wire_encode_frame_data_blocked()
299 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_STREAM_DATA_BLOCKED) in ossl_quic_wire_encode_frame_stream_data_blocked()
311 if (!encode_frame_hdr(pkt, is_uni ? OSSL_QUIC_FRAME_TYPE_STREAMS_BLOCKED_UNI in ossl_quic_wire_encode_frame_streams_blocked()
326 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_NEW_CONN_ID) in ossl_quic_wire_encode_frame_new_conn_id()
341 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_RETIRE_CONN_ID) in ossl_quic_wire_encode_frame_retire_conn_id()
351 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_PATH_CHALLENGE) in ossl_quic_wire_encode_frame_path_challenge()
361 if (!encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_PATH_RESPONSE) in ossl_quic_wire_encode_frame_path_response()
371 if (!encode_frame_hdr(pkt, f->is_app ? OSSL_QUIC_FRAME_TYPE_CONN_CLOSE_APP in ossl_quic_wire_encode_frame_conn_close()
392 return encode_frame_hdr(pkt, OSSL_QUIC_FRAME_TYPE_HANDSHAKE_DONE); in ossl_quic_wire_encode_frame_handshake_done()