HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 226 - 250 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/include/fsl-mc/
fsl_mc_cmd.h 140 * @resp: pointer to command response buffer
146 struct mc_command *resp)
152 resp->header = readq(&portal->header);
153 status = MC_CMD_HDR_READ_STATUS(resp->header);
159 resp->params[i] = readq(&portal->params[i]);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 19 * SIM-RESP-AUTH <IMSI> Kc1:SRES1:RAND1 Kc2:SRES2:RAND2 [Kc3:SRES3:RAND3]
20 * SIM-RESP-AUTH <IMSI> FAILURE
22 * GSM-AUTH-RESP <IMSI> Kc1:SRES1:Kc2:SRES2[:Kc3:SRES3]
23 * GSM-AUTH-RESP <IMSI> FAILURE
27 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
28 * AKA-RESP-AUTH <IMSI> FAILURE
589 static int sim_req_auth(char *imsi, char *resp, size_t resp_len)
597 resp[0] = '\0';
608 rend = resp + resp_len;
609 rpos = resp;
887 char buf[1000], resp[1000]; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_query_ap.h 38 const struct wpabuf *resp, u16 status_code),
  /external/wpa_supplicant_8/src/common/
gas_server.h 27 void (*status_cb)(void *ctx, struct wpabuf *resp,
wpa_helpers.h 15 char *resp, size_t resp_size);
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 42 const struct wpabuf *resp, u16 status_code),
interworking.h 20 const struct wpabuf *resp, u16 status_code);
  /external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/alts/
HelloWorldAltsClient.java 87 HelloReply resp = stub.sayHello(HelloRequest.newBuilder().setName("Waldo").build()); local
89 logger.log(Level.INFO, "Got {0}", resp);
  /external/libffi/testsuite/libffi.call/
cls_1_1byte.c 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
cls_2byte.c 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_2byte*)resp = cls_struct_2byte_fn(a1, a2);
cls_3byte1.c 31 cls_struct_3byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte*)resp = cls_struct_3byte_fn(a1, a2);
cls_3byte2.c 31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte_1*)resp = cls_struct_3byte_fn1(a1, a2);
cls_4byte.c 31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_4byte*)resp = cls_struct_4byte_fn(a1, a2);
cls_8byte.c 30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
39 *(cls_struct_8byte*)resp = cls_struct_8byte_fn(a1, a2);
cls_9byte1.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_9byte2.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_longdouble.c 35 cls_ldouble_gn(ffi_cif* cif __UNUSED__, void* resp,
47 *(long double*)resp = cls_ldouble_fn(
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_1_1byte.c 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
cls_2byte.c 31 cls_struct_2byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_2byte*)resp = cls_struct_2byte_fn(a1, a2);
cls_3byte1.c 31 cls_struct_3byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte*)resp = cls_struct_3byte_fn(a1, a2);
cls_3byte2.c 31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_3byte_1*)resp = cls_struct_3byte_fn1(a1, a2);
cls_4byte.c 31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
40 *(cls_struct_4byte*)resp = cls_struct_4byte_fn(a1, a2);
cls_8byte.c 30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
39 *(cls_struct_8byte*)resp = cls_struct_8byte_fn(a1, a2);
cls_9byte1.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
cls_9byte2.c 32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp,
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>