Searched refs:response_type (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h52 const u8 *response_type; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_validate.c78 static int wps_validate_response_type(const u8 *response_type, int mandatory) argument
80 if (response_type == NULL) {
88 if (*response_type > 0x03) {
90 "attribute value 0x%x", *response_type);
1148 wps_validate_response_type(attr.response_type, probe) ||
1274 wps_validate_response_type(attr.response_type, 1) ||
H A Dwps_attr_parse.c446 attr->response_type = pos;
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h52 const u8 *response_type; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_validate.c78 static int wps_validate_response_type(const u8 *response_type, int mandatory) argument
80 if (response_type == NULL) {
88 if (*response_type > 0x03) {
90 "attribute value 0x%x", *response_type);
1148 wps_validate_response_type(attr.response_type, probe) ||
1274 wps_validate_response_type(attr.response_type, 1) ||
H A Dwps_attr_parse.c446 attr->response_type = pos;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h52 const u8 *response_type; /* 1 octet */ member in struct:wps_parse_attr
H A Dwps_validate.c78 static int wps_validate_response_type(const u8 *response_type, int mandatory) argument
80 if (response_type == NULL) {
88 if (*response_type > 0x03) {
90 "attribute value 0x%x", *response_type);
1148 wps_validate_response_type(attr.response_type, probe) ||
1274 wps_validate_response_type(attr.response_type, 1) ||
H A Dwps_attr_parse.c446 attr->response_type = pos;
/external/opencv/ml/src/
H A D_ml.h289 const CvMat* responses, int response_type,
340 int var_all, int* response_type );
H A Dml_inner_functions.cpp566 int var_all, int* response_type )
571 if( response_type )
572 *response_type = -1;
598 if( response_type && tm_size > var_count )
599 *response_type = var_type->data.ptr[var_count*tm_step] != 0;
954 const CvMat* responses, int response_type,
1018 if( response_type == CV_VAR_NUMERICAL )
952 cvPrepareTrainData( const char* , const CvMat* train_data, int tflag, const CvMat* responses, int response_type, const CvMat* var_idx, const CvMat* sample_idx, bool always_copy_data, const float*** out_train_samples, int* _sample_count, int* _var_count, int* _var_all, CvMat** out_responses, CvMat** out_response_map, CvMat** out_var_idx, CvMat** out_sample_idx ) argument
/external/netperf/
H A Dnetserver.c209 netperf_response.content.response_type = DEBUG_OK;
222 netperf_response.content.response_type = DEBUG_OK;
253 netperf_response.content.response_type = CPU_CALIBRATE;
H A Dnetlib.h254 int response_type; member in struct:netperf_response_struct::__anon12902
H A Dnettest_dlpi.c736 netperf_response.content.response_type = DLPI_CO_STREAM_RESPONSE;
2120 netperf_response.content.response_type = DLPI_CL_STREAM_RESPONSE;
2332 netperf_response.content.response_type = DLPI_CL_STREAM_RESULTS;
3060 netperf_response.content.response_type = DLPI_CL_RR_RESPONSE;
3387 netperf_response.content.response_type = DLPI_CO_RR_RESPONSE;
H A Dnettest_unix.c765 netperf_response.content.response_type = STREAM_STREAM_RESPONSE;
1982 netperf_response.content.response_type = DG_STREAM_RESPONSE;
2162 netperf_response.content.response_type = DG_STREAM_RESULTS;
2793 netperf_response.content.response_type = DG_RR_RESPONSE;
3087 netperf_response.content.response_type = STREAM_RR_RESPONSE;
H A Dnettest_bsd.c4300 netperf_response.content.response_type = TCP_STREAM_RESPONSE;
4627 netperf_response.content.response_type = TCP_MAERTS_RESPONSE;
6342 netperf_response.content.response_type = UDP_STREAM_RESPONSE;
6587 netperf_response.content.response_type = UDP_STREAM_RESULTS;
7294 netperf_response.content.response_type = UDP_RR_RESPONSE;
7612 netperf_response.content.response_type = TCP_RR_RESPONSE;
8714 netperf_response.content.response_type = TCP_CRR_RESPONSE;
9756 netperf_response.content.response_type = TCP_TRR_RESPONSE;
10831 netperf_response.content.response_type = TCP_RR_RESPONSE;
11800 netperf_response.content.response_type
[all...]
H A Dnettest_sdp.c1633 netperf_response.content.response_type = SDP_STREAM_RESPONSE;
1962 netperf_response.content.response_type = SDP_MAERTS_RESPONSE;
3050 netperf_response.content.response_type = SDP_RR_RESPONSE;
H A Dnettest_sctp.c1138 netperf_response.content.response_type = SCTP_STREAM_RESPONSE;
2301 netperf_response.content.response_type = SCTP_STREAM_MANY_RESPONSE;
3323 netperf_response.content.response_type = SCTP_RR_RESPONSE;
4380 netperf_response.content.response_type = SCTP_RR_MANY_RESPONSE;
H A Dnettest_xti.c1300 netperf_response.content.response_type = XTI_TCP_STREAM_RESPONSE;
3123 netperf_response.content.response_type = XTI_UDP_STREAM_RESPONSE;
3382 netperf_response.content.response_type = XTI_UDP_STREAM_RESULTS;
4214 netperf_response.content.response_type = XTI_UDP_RR_RESPONSE;
4595 netperf_response.content.response_type = XTI_TCP_RR_RESPONSE;
5610 netperf_response.content.response_type = XTI_TCP_CRR_RESPONSE;
/external/lldb/examples/python/
H A Dgdbremote.py635 response_type = packet.get_char()
636 if response_type == 'm':
643 elif response_type == 'l':
/external/openssh/
H A Dssh-agent.c291 u_int response_type; local
316 (r = sshbuf_get_u32(e->request, &response_type)) != 0)
318 if (response_type != 1)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp318 for (StringExtractorGDBRemote::ResponseType response_type = StringExtractorGDBRemote::eResponse;
319 response_type == StringExtractorGDBRemote::eResponse;
327 response_type = response.GetResponseType();
328 if (response_type == StringExtractorGDBRemote::eResponse)

Completed in 622 milliseconds