Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_txp_test.c74 OSSL_QUIC_FRAME_CONN_CLOSE conn_close; member
1097 if (!TEST_int_eq(h->frame.conn_close.is_app, 0) in check_14()
1098 || !TEST_uint64_t_eq(h->frame.conn_close.frame_type, in check_14()
1100 || !TEST_uint64_t_eq(h->frame.conn_close.error_code, 2345) in check_14()
1101 || !TEST_mem_eq(h->frame.conn_close.reason, h->frame.conn_close.reason_len, in check_14()
1434 &h.frame.conn_close))) in run_script()

Completed in 9 milliseconds