HomeSort by relevance Sort by last modified time
    Searched full:clnt_control (Results 1 - 19 of 19) sorted by null

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/
assertions.xml 3 Basic test RPC clnt_control API function
6 Data integrity test for RPC clnt_control API function
rpc_clnt_control_dataint.c 64 clnt_control(clnt, CLSET_TIMEOUT, (char *)&tvSet);
65 clnt_control(clnt, CLGET_TIMEOUT, (char *)&tvGet);
80 clnt_control(clnt, CLSET_RETRY_TIMEOUT, (char *)&tvSet);
81 clnt_control(clnt, CLGET_RETRY_TIMEOUT, (char *)&tvGet);
rpc_clnt_control.c 60 test_status = !clnt_control(clnt, CLGET_FD, (char *)&fd);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/
assertions.xml 3 Test clnt_control() function (TI-RPC intermediate level)
6 Limit test for clnt_control() arguments
tirpc_clnt_control_limits.c 74 clnt_control(client, CLGET_SVC_ADDR, (struct netbuf *)&tst_nconf);
79 rslt = clnt_control(client, CLGET_TIMEOUT, (struct timeval *)&tv);
84 rslt = clnt_control(client, CLGET_FD, (int *)&fd);
89 rslt = clnt_control(client, CLGET_VERS, (unsigned long *)&clver);
tirpc_clnt_control.c 77 rslt = clnt_control(client, CLGET_FD, (int *)&fd);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_clnt.c 9 /* Default timeout can be changed using clnt_control() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 201 * CLNT_CONTROL(cl, request, info)
206 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
207 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
clnt.h 201 * CLNT_CONTROL(cl, request, info)
206 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
207 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) macro
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_clnt.c 37 /* Default timeout can be changed using clnt_control() */

Completed in 712 milliseconds