HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 301 - 325 of 408) sorted by null

<<11121314151617

  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 184 char *resp, *pos; local
190 resp = conf->external_sim_resp;
193 if (os_strncmp(resp, "GSM-AUTH:", 9) != 0) {
195 os_free(resp);
199 pos = resp + 9;
225 os_free(resp);
230 os_free(resp);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 541 struct wpabuf *resp; local
798 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status,
801 if (resp == NULL)
811 wpabuf_free(resp);
833 wpabuf_head(resp), wpabuf_len(resp), 500) < 0) {
837 wpabuf_free(resp);
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon1692
475 resp: 1, member in struct:h1_icrbb_u::__anon1693
730 resp: 1, member in struct:icrbp_a::__anon1699
  /external/sepolicy/tools/
check_seapp.c 247 int resp; local
293 ret = sepol_bool_exists(pol.handle, pol.db, se_key, &resp);
302 if(!resp) {
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon60121
475 resp: 1, member in struct:h1_icrbb_u::__anon60122
730 resp: 1, member in struct:icrbp_a::__anon60128
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon62846
475 resp: 1, member in struct:h1_icrbb_u::__anon62847
730 resp: 1, member in struct:icrbp_a::__anon62853
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon64590
475 resp: 1, member in struct:h1_icrbb_u::__anon64591
730 resp: 1, member in struct:icrbp_a::__anon64597
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon65910
475 resp: 1, member in struct:h1_icrbb_u::__anon65911
730 resp: 1, member in struct:icrbp_a::__anon65917
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon67241
475 resp: 1, member in struct:h1_icrbb_u::__anon67242
730 resp: 1, member in struct:icrbp_a::__anon67248
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon68574
475 resp: 1, member in struct:h1_icrbb_u::__anon68575
730 resp: 1, member in struct:icrbp_a::__anon68581
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon69907
475 resp: 1, member in struct:h1_icrbb_u::__anon69908
730 resp: 1, member in struct:icrbp_a::__anon69914
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon71240
475 resp: 1, member in struct:h1_icrbb_u::__anon71241
730 resp: 1, member in struct:icrbp_a::__anon71247
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon72573
475 resp: 1, member in struct:h1_icrbb_u::__anon72574
730 resp: 1, member in struct:icrbp_a::__anon72580
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon74749
475 resp: 1, member in struct:h1_icrbb_u::__anon74750
730 resp: 1, member in struct:icrbp_a::__anon74756
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon79213
475 resp: 1, member in struct:h1_icrbb_u::__anon79214
730 resp: 1, member in struct:icrbp_a::__anon79220
  /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 819 struct wpabuf *resp; local
826 resp = eap_proxy_get_eapRespData(sm->eap_proxy);
827 if (resp == NULL) {
835 resp = eap_get_eapRespData(sm->eap);
836 if (resp == NULL) {
844 IEEE802_1X_TYPE_EAP_PACKET, wpabuf_head(resp),
845 wpabuf_len(resp));
848 wpabuf_free(resp);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasAutoDiscover.java 176 // resp is either an authentication error, or a good response.
359 * @param resp The {@link EasResponse} from the server.
362 private static HostAuth parseAutodiscover(final EasResponse resp) {
366 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/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 1029 const struct eap_hdr *resp; local
1039 resp = wpabuf_head(respData);
1041 nhdr->code = resp->code;
1042 nhdr->identifier = resp->identifier;
  /external/wpa_supplicant_8/src/utils/
browser.c 76 WebKitNetworkResponse *resp,
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 1086 jbyte* resp = e->GetByteArrayElements(respBytes, NULL); local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 1291 struct radius_msg *msg = NULL, *resp = NULL; local
    [all...]

Completed in 1360 milliseconds

<<11121314151617