/external/wpa_supplicant_8/src/p2p/ |
p2p_go_neg.c | 549 struct wpabuf *resp; local 822 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status, 825 if (resp == NULL) 835 wpabuf_free(resp); 857 wpabuf_head(resp), wpabuf_len(resp), 500) < 0) { 861 wpabuf_free(resp); [all...] |
p2p_pd.c | 410 struct wpabuf *resp; local 658 resp = p2p_build_prov_disc_resp(p2p, dev, msg.dialog_token, reject, 663 if (resp == NULL) { 675 wpabuf_free(resp); 682 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) { 687 wpabuf_free(resp); [all...] |
p2p.c | 2258 struct ieee80211_mgmt *resp; local 4355 struct wpabuf *resp; local 4383 struct wpabuf *resp; local [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon2517 475 resp: 1, member in struct:h1_icrbb_u::__anon2518 730 resp: 1, member in struct:icrbp_a::__anon2524
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
exc.py | 316 resp = Response(body, 322 resp.content_type = content_type 323 return resp(environ, start_response) [all...] |
response.py | 167 This reads the response as represented by ``str(resp)``; it 822 def merge_cookies(self, resp): 824 given `resp` object (which can be any WSGI application). 826 If the `resp` is a :class:`webob.Response` object, then the 830 return resp 831 if isinstance(resp, Response): 833 resp.headers.add('Set-Cookie', header) 834 return resp 842 return resp(environ, repl_start_response) [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon45528 475 resp: 1, member in struct:h1_icrbb_u::__anon45529 730 resp: 1, member in struct:icrbp_a::__anon45535
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon48253 475 resp: 1, member in struct:h1_icrbb_u::__anon48254 730 resp: 1, member in struct:icrbp_a::__anon48260
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon49997 475 resp: 1, member in struct:h1_icrbb_u::__anon49998 730 resp: 1, member in struct:icrbp_a::__anon50004
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon51317 475 resp: 1, member in struct:h1_icrbb_u::__anon51318 730 resp: 1, member in struct:icrbp_a::__anon51324
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon52648 475 resp: 1, member in struct:h1_icrbb_u::__anon52649 730 resp: 1, member in struct:icrbp_a::__anon52655
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon53981 475 resp: 1, member in struct:h1_icrbb_u::__anon53982 730 resp: 1, member in struct:icrbp_a::__anon53988
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon55314 475 resp: 1, member in struct:h1_icrbb_u::__anon55315 730 resp: 1, member in struct:icrbp_a::__anon55321
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon56647 475 resp: 1, member in struct:h1_icrbb_u::__anon56648 730 resp: 1, member in struct:icrbp_a::__anon56654
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon57980 475 resp: 1, member in struct:h1_icrbb_u::__anon57981 730 resp: 1, member in struct:icrbp_a::__anon57987
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon59348 475 resp: 1, member in struct:h1_icrbb_u::__anon59349 730 resp: 1, member in struct:icrbp_a::__anon59355
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/ |
hubio.h | 436 resp: 1, member in struct:icrbb_u::__anon66823 475 resp: 1, member in struct:h1_icrbb_u::__anon66824 730 resp: 1, member in struct:icrbp_a::__anon66830
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageChannel.java | 504 byte[] resp = sipResponse.encodeAsBytes(this.getTransport()); 505 this.sendMessage(resp, false);
|
TLSMessageChannel.java | 473 byte[] resp = sipResponse.encodeAsBytes(this.getTransport()); 474 this.sendMessage(resp, false);
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 830 struct wpabuf *resp; local 837 resp = eap_proxy_get_eapRespData(sm->eap_proxy); 838 if (resp == NULL) { 846 resp = eap_get_eapRespData(sm->eap); 847 if (resp == NULL) { 855 IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head(resp), 856 wpabuf_len(resp)); 859 wpabuf_free(resp); [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasAutoDiscover.java | 184 // resp is either an authentication error, or a good response. 374 * @param resp The {@link EasResponse} from the server. 377 private static HostAuth parseAutodiscover(final EasResponse resp) { 381 parser.setInput(resp.getInputStream(), "UTF-8");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 159 def assertOK(self, resp): 160 self.assertTrue(resp.startswith("+OK"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 159 def assertOK(self, resp): 160 self.assertTrue(resp.startswith("+OK"))
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
DefaultServlet.java | 620 protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException 622 resp.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED); 627 protected void doOptions(HttpServletRequest req, HttpServletResponse resp) 630 resp.setHeader("Allow", "GET,HEAD,POST,OPTIONS"); [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 1045 const struct eap_hdr *resp; local 1055 resp = wpabuf_head(respData); 1057 nhdr->code = resp->code; 1058 nhdr->identifier = resp->identifier; [all...] |