Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c356 uint64_t ftype; in tx_helper_commit() local
361 || !ossl_quic_wire_peek_frame_header(&pkt, &ftype, NULL)) { in tx_helper_commit()
366 if (ftype == OSSL_QUIC_FRAME_TYPE_PADDING) in tx_helper_commit()
368 else if (OSSL_QUIC_FRAME_TYPE_IS_STREAM(ftype) in tx_helper_commit()
369 || ftype == OSSL_QUIC_FRAME_TYPE_CRYPTO) in tx_helper_commit()

Completed in 16 milliseconds