/external/wpa_supplicant/ |
eap_vendor_test.c | 75 struct eap_hdr *resp; local 128 resp = eap_msg_alloc(EAP_VENDOR_ID, EAP_VENDOR_TYPE, respDataLen, 1, 130 if (resp == NULL) 145 return (u8 *) resp;
|
eap.c | 713 struct eap_hdr *resp; local 722 resp = os_malloc(*len + 8 * (count + 1)); 723 if (resp == NULL) 726 resp->code = EAP_CODE_RESPONSE; 727 resp->identifier = id; 728 pos = (u8 *) (resp + 1); 765 resp->length = host_to_be16(*len); 767 return (u8 *) resp; 774 struct eap_hdr *resp; local 791 resp = os_malloc(*len + count + 1) 945 struct eap_hdr *resp; local 1039 struct eap_hdr *resp; local 1918 u8 *resp; local [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/ |
svc.h | 65 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
|
/external/bluetooth/bluez/tools/ |
hciattach_ti.c | 443 unsigned char resp[100]; /* Response */ local 447 memset(resp,'\0', 100); 471 if (read_hci_event(fd, resp, 100) < 0) { 477 } while (resp[4] != cmd[1] && resp[5] != cmd[2]); 480 if (! is_it_texas(resp)) { 487 bts_file = get_firmware_name(resp);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap.c | 40 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp); 850 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) 862 if (resp == NULL || wpabuf_len(resp) < sizeof(*hdr)) { 863 wpa_printf(MSG_DEBUG, "EAP: parseEapResp: invalid resp=%p " 864 "len=%lu", resp, 865 resp ? (unsigned long) wpabuf_len(resp) : 0); 869 hdr = wpabuf_head(resp); 871 if (plen > wpabuf_len(resp)) { 923 struct eap_hdr *resp; local 941 struct eap_hdr *resp; local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
StkService.java | 311 int additionalInfo, ResponseData resp) { 349 if (resp != null) { 350 resp.format(buf); 571 ResponseData resp = null; local 595 resp = new SelectItemResponseData(resMsg.usersMenuSelection); 604 resp = new GetInkeyInputResponseData(resMsg.usersInput, 608 resp = new GetInkeyInputResponseData( 627 resp = null; 632 sendTerminalResponse(cmdDet, resMsg.resCode, false, 0, resp);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap.c | 755 struct wpabuf *resp; local 762 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EXPANDED, 764 if (resp == NULL) 767 wpabuf_put_be24(resp, EAP_VENDOR_IETF); 768 wpabuf_put_be32(resp, EAP_TYPE_NAK); 778 wpabuf_put_u8(resp, EAP_TYPE_EXPANDED); 779 wpabuf_put_be24(resp, m->vendor); 780 wpabuf_put_be32(resp, m->method); 787 wpabuf_put_u8(resp, EAP_TYPE_EXPANDED); 788 wpabuf_put_be24(resp, EAP_VENDOR_IETF) 800 struct wpabuf *resp; local 964 struct wpabuf *resp; local 1048 struct wpabuf *resp; local 1952 struct wpabuf *resp; local [all...] |
/external/openssl/crypto/bn/ |
bn_div.c | 186 BN_ULONG *resp,*wnump; local 266 resp= &(res->d[loop-1]); 278 *resp=1; 283 * the resp pointer */ 287 resp--; 289 for (i=0; i<loop-1; i++, wnump--, resp--) 397 *resp = q; 428 BN_ULONG *resp,*wnump; local 501 resp= &(res->d[loop-1]); 507 * the resp pointer * [all...] |
/external/libffi/testsuite/libffi.call/ |
cls_18byte.c | 36 cls_struct_18byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 44 *(cls_struct_18byte*)resp = cls_struct_18byte_fn(a1, a2);
|
cls_19byte.c | 39 cls_struct_19byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(cls_struct_19byte*)resp = cls_struct_19byte_fn(a1, a2);
|
cls_24byte.c | 41 cls_struct_24byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3);
|
cls_4_1byte.c | 37 cls_struct_4_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 46 *(cls_struct_4_1byte*)resp = cls_struct_4_1byte_fn(a1, a2);
|
cls_5_1_byte.c | 39 cls_struct_5byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 48 *(cls_struct_5byte*)resp = cls_struct_5byte_fn(a1, a2);
|
cls_6_1_byte.c | 41 cls_struct_6byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 50 *(cls_struct_6byte*)resp = cls_struct_6byte_fn(a1, a2);
|
cls_6byte.c | 37 cls_struct_6byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 46 *(cls_struct_6byte*)resp = cls_struct_6byte_fn(a1, a2);
|
cls_7byte.c | 36 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 45 *(cls_struct_7byte*)resp = cls_struct_7byte_fn(a1, a2);
|
nested_struct2.c | 37 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 46 *(B*)resp = B_fn(b0, b1);
|
nested_struct3.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct4.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct5.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|