Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 6 of 6) sorted by relevance

/external/qemu/proxy/
Dproxy_http_rewriter.c182 HttpRequestType req_type; /* request type */ member
208 r->req_type = HTTP_REQUEST_GET; in http_request_alloc()
210 r->req_type = HTTP_REQUEST_POST; in http_request_alloc()
212 r->req_type = HTTP_REQUEST_HEAD; in http_request_alloc()
214 r->req_type = HTTP_REQUEST_PUT; in http_request_alloc()
216 r->req_type = HTTP_REQUEST_DELETE; in http_request_alloc()
218 r->req_type = HTTP_REQUEST_UNSUPPORTED; in http_request_alloc()
638 if (r->req_type != HTTP_REQUEST_POST && in rewrite_connection_get_body_length()
639 r->req_type != HTTP_REQUEST_PUT) in rewrite_connection_get_body_length()
646 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 || in rewrite_connection_get_body_length()
/external/wpa_supplicant_8/src/wps/
Dwps.c416 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
432 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
494 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
507 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
519 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0) || in wps_build_probe_req_ie()
Dwps.h235 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/
Dstun.cc883 int GetStunSuccessResponseType(int req_type) { in GetStunSuccessResponseType() argument
884 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1; in GetStunSuccessResponseType()
887 int GetStunErrorResponseType(int req_type) { in GetStunErrorResponseType() argument
888 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1; in GetStunErrorResponseType()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c48 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data);
865 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data) in bta_gatts_send_request_cback() argument
879 conn_id, trans_id, req_type); in bta_gatts_send_request_cback()
894 (*p_rcb->p_cback)(req_type, &cb_data); in bta_gatts_send_request_cback()
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c51 enum wps_request_type *req_type) in wpas_wps_in_use() argument
61 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
75 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
429 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
439 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
446 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()