HomeSort by relevance Sort by last modified time
    Searched refs:req_type (Results 1 - 8 of 8) sorted by null

  /external/qemu/proxy/
proxy_http_rewriter.c 182 HttpRequestType req_type; /* request type */ member in struct:__anon34530
208 r->req_type = HTTP_REQUEST_GET;
210 r->req_type = HTTP_REQUEST_POST;
212 r->req_type = HTTP_REQUEST_HEAD;
214 r->req_type = HTTP_REQUEST_PUT;
216 r->req_type = HTTP_REQUEST_DELETE;
218 r->req_type = HTTP_REQUEST_UNSUPPORTED;
638 if (r->req_type != HTTP_REQUEST_POST &&
639 r->req_type != HTTP_REQUEST_PUT)
646 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 |
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 411 * @req_type: Value for Request Type attribute
416 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type)
432 wps_build_req_type(ie, req_type) ||
484 * @req_type: Value for Request Type attribute
494 enum wps_request_type req_type,
507 wps_build_req_type(ie, req_type) ||
519 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0) ||
wps.h 235 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
239 enum wps_request_type req_type,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 883 int GetStunSuccessResponseType(int req_type) {
884 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1;
887 int GetStunErrorResponseType(int req_type) {
888 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1;
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 48 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data);
865 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data)
878 APPL_TRACE_DEBUG ("bta_gatts_send_request_cback conn_id=%d trans_id=%d req_type=%d",
879 conn_id, trans_id, req_type);
894 (*p_rcb->p_cback)(req_type, &cb_data);
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 51 enum wps_request_type *req_type)
61 *req_type = wpas_wps_get_req_type(ssid);
75 *req_type = WPS_REQ_ENROLLEE_INFO;
429 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; local
439 wps = wpas_wps_in_use(wpa_s, &req_type);
446 wpa_s->wps->uuid, req_type,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2384 uint8 req_type; member in struct:dot11_rmreq_frame
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 143 milliseconds