HomeSort by relevance Sort by last modified time
    Searched refs:request_type (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/libdrm/include/drm/
tegra_drm.h 166 enum request_type { enum
  /external/netperf/src/
netperf.c 144 netperf_request.content.request_type = PASSPHRASE;
netserver.c 700 (netperf_request.content.request_type == PASSPHRASE) &&
755 switch (netperf_request.content.request_type) {
980 netperf_request.content.request_type);
    [all...]
netlib.h 277 int request_type; member in struct:netperf_request_struct::__anon28877
nettest_unix.c 375 netperf_request.content.request_type = DO_STREAM_STREAM;
    [all...]
nettest_bsd.c     [all...]
nettest_sdp.c 372 netperf_request.content.request_type = DO_SDP_STREAM;
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.h 265 XmppSubscriptionRequestType request_type);
rostermoduleimpl.cc 834 XmppSubscriptionRequestType request_type; local
835 if (StringToSubscriptionRequestType(type, &request_type))
836 InternalSubscriptionRequest(jid, stanza, request_type);
928 request_type) {
930 roster_handler_->SubscriptionRequest(this, jid, request_type, stanza);
  /external/wpa_supplicant_8/src/wps/
wps.c 114 } else if (attr.request_type == NULL) {
120 *attr.request_type);
121 data->request_type = *attr.request_type;
wps_validate.c 59 static int wps_validate_request_type(const u8 *request_type, int mandatory)
61 if (request_type == NULL) {
69 if (*request_type > 0x03) {
71 "attribute value 0x%x", *request_type);
1198 wps_validate_request_type(attr.request_type, 1) ||
1245 wps_validate_request_type(attr.request_type, 1) ||
    [all...]
wps_i.h 82 * request_type - Request Type attribute from (Re)AssocReq
84 u8 request_type; member in struct:wps_data
wps_attr_parse.c 438 attr->request_type = pos;
  /external/openssh/
clientloop.c 181 const char *request_type; member in struct:channel_reply_ctx
826 cr->request_type, c->self);
830 "%s request failed\r\n", cr->request_type);
834 cr->request_type, c->self);
877 cr->request_type = request;
    [all...]
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 72 command.control.request_type = setup->bmRequestType;
461 command.control.request_type = 128;
windows_winusb.c     [all...]
  /external/webrtc/webrtc/p2p/base/
stun.h 469 // Returns -1 if |request_type| is not a valid request type.
470 int GetStunSuccessResponseType(int request_type);
473 // Returns -1 if |request_type| is not a valid request type.
474 int GetStunErrorResponseType(int request_type);
  /external/libbrillo/brillo/http/
http_request.h 25 namespace request_type { namespace in namespace:brillo::http
37 } // namespace request_type
http_connection_curl_unittest.cc 158 handle_, request_type::kPost, curl_api_, transport_);
  /external/v8/src/heap/
incremental-marking.h 74 GCRequestType request_type() const { return request_type_; } function in class:v8::internal::IncrementalMarking
  /system/tpm/attestation/server/
attestation_service.cc 626 bool AttestationService::SendACARequestAndBlock(ACARequestType request_type,
634 GetACAURL(request_type), request.data(), request.size(),
842 std::string AttestationService::GetACAURL(ACARequestType request_type) const {
844 switch (request_type) {
  /external/libevent/
evdns.c 175 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */ member in struct:request
765 u8 request_type; member in struct:deferred_reply_callback
779 switch (cb->request_type) {
831 d->request_type = req->request_type;
917 req->request_type != TYPE_PTR) {
1066 reply.type = req->request_type;
1096 if (req->request_type != TYPE_A)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 561 rpc_loc_qwip_request_e_type request_type;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 561 rpc_loc_qwip_request_e_type request_type;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 561 rpc_loc_qwip_request_e_type request_type;

Completed in 1564 milliseconds

1 23 4 5