Searched refs:resp_status (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c392 apr_status_t resp_status = APR_SUCCESS; local
399 resp_status = validate_resp(authn_info->scheme, HOST, sl.code,
405 if (!resp_status && authn_info->scheme) {
407 resp_status = validate_resp(authn_info->scheme, PROXY, sl.code,
411 if (resp_status) {
420 return resp_status;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c553 int status, resp_status; local
569 resp_status = EAP_TLV_RESULT_FAILURE;
572 resp_status = EAP_TLV_RESULT_SUCCESS;
577 resp_status = EAP_TLV_RESULT_FAILURE;
582 resp_status = EAP_TLV_RESULT_FAILURE;
588 eap_get_id(req), resp_status);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c684 u8 resp_status; local
721 resp_status = hdr.payload[0];
722 wpa_printf(MSG_DEBUG, "OCSP: responseStatus %u", resp_status);
724 if (resp_status != OCSP_RESP_STATUS_SUCCESSFUL) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2215 u32 resp_status; member in struct:__anon7789::__anon7790::__anon7791

Completed in 93 milliseconds