Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/radix/
H A Dquic_bindings.c220 SSL_CONN_CLOSE_INFO cc_info = { 0 }; in report_ssl() local
238 && SSL_get_conn_close_info(ssl, &cc_info, sizeof(cc_info))) { in report_ssl()
240 e_str = ossl_quic_err_to_string(cc_info.error_code); in report_ssl()
241 f_str = ossl_quic_frame_type_to_string(cc_info.frame_type); in report_ssl()
252 (unsigned long long)cc_info.error_code, in report_ssl()
254 (unsigned long long)cc_info.frame_type, in report_ssl()
255 (cc_info.flags & SSL_CONN_CLOSE_FLAG_LOCAL) != 0 in report_ssl()
258 (cc_info.flags & SSL_CONN_CLOSE_FLAG_TRANSPORT) != 0 in report_ssl()
261 cc_info.reason != NULL ? cc_info.reason : "-"); in report_ssl()
H A Dquic_ops.c832 SSL_CONN_CLOSE_INFO cc_info = { 0 }; in DEF_FUNC() local
841 if (!SSL_get_conn_close_info(ssl, &cc_info, sizeof(cc_info))) in DEF_FUNC()
845 (cc_info.flags & SSL_CONN_CLOSE_FLAG_TRANSPORT) == 0) in DEF_FUNC()
847 (cc_info.flags & SSL_CONN_CLOSE_FLAG_LOCAL) == 0) in DEF_FUNC()
848 || !TEST_uint64_t_eq(error_code, cc_info.error_code)) { in DEF_FUNC()
849 TEST_info("connection close reason: %s", cc_info.reason); in DEF_FUNC()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c1636 SSL_CONN_CLOSE_INFO cc_info = { 0 }; in run_script_worker() local
1650 if (!SSL_get_conn_close_info(c_tgt, &cc_info, sizeof(cc_info))) in run_script_worker()
1654 (cc_info.flags in run_script_worker()
1658 (cc_info.flags in run_script_worker()
1661 || !TEST_uint64_t_eq(error_code, cc_info.error_code)) { in run_script_worker()
1662 TEST_info("Connection close reason: %s", cc_info.reason); in run_script_worker()
1957 SSL_CONN_CLOSE_INFO cc_info = { 0 }; in run_script_worker() local
1959 if (SSL_get_conn_close_info(h->c_conn, &cc_info, sizeof(cc_info))) { in run_script_worker()
1960 e_str = ossl_quic_err_to_string(cc_info.error_code); in run_script_worker()
1961 f_str = ossl_quic_frame_type_to_string(cc_info.frame_type); in run_script_worker()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c116 memcpy(&arg.cc_info.alpha2, request->alpha2, 2); in ath12k_reg_notifier()
117 arg.cc_info.alpha2[2] = 0; in ath12k_reg_notifier()
H A Dwmi.c3473 memcpy(&cmd->cc_info.alpha2, arg->cc_info.alpha2, 3); in ath12k_wmi_send_init_country_cmd()
3477 cmd->cc_info.country_code = in ath12k_wmi_send_init_country_cmd()
3478 cpu_to_le32(arg->cc_info.country_code); in ath12k_wmi_send_init_country_cmd()
3482 cmd->cc_info.regdom_id = cpu_to_le32(arg->cc_info.regdom_id); in ath12k_wmi_send_init_country_cmd()
H A Dwmi.h4128 } cc_info; member
4140 } cc_info; member
/freebsd/contrib/tcpdump/
H A Dprint-decnet.c423 byte cc_info; /* information */ member
1055 info = GET_U_1(ccmp->cc_info); in print_nsp()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c105 memcpy(&init_country_param.cc_info.alpha2, request->alpha2, 2); in ath11k_reg_notifier()
106 init_country_param.cc_info.alpha2[2] = 0; in ath11k_reg_notifier()
H A Dwmi.c3195 memcpy((u8 *)&cmd->cc_info.alpha2, in ath11k_wmi_send_init_country_cmd()
3196 init_cc_params.cc_info.alpha2, 3); in ath11k_wmi_send_init_country_cmd()
3200 cmd->cc_info.country_code = init_cc_params.cc_info.country_code; in ath11k_wmi_send_init_country_cmd()
3204 cmd->cc_info.regdom_id = init_cc_params.cc_info.regdom_id; in ath11k_wmi_send_init_country_cmd()
H A Dwmi.h3956 } cc_info; member
3968 } cc_info; member