Home
last modified time | relevance | path

Searched refs:INTPROCNUM (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_dataint.c34 #define INTPROCNUM 1000 macro
69 callrpc(argc[1], progNum, VERSNUM, INTPROCNUM, in main()
81 callrpc(argc[1], progNum, VERSNUM, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_dataint.c34 #define INTPROCNUM 10 macro
81 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
93 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_dataint.c34 #define INTPROCNUM 10 macro
76 rpc_broadcast_exp(progNum, VERSNUM, INTPROCNUM, in main()
89 rpc_broadcast_exp(progNum, VERSNUM, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_dataint.c34 #define INTPROCNUM 10 macro
73 …rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // x… in main()
84 …rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // x… in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_dataint.c34 #define INTPROCNUM 1000 macro
72 clnt_broadcast(progNum, VERSNUM, INTPROCNUM, in main()
84 clnt_broadcast(progNum, VERSNUM, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_dataint.c34 #define INTPROCNUM 10 macro
76 rpc_broadcast(progNum, VERSNUM, INTPROCNUM, in main()
89 rpc_broadcast(progNum, VERSNUM, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_dataint.c34 #define INTPROCNUM 10 macro
91 rslt = clnt_call(client, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
103 rslt = clnt_call(client, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_dataint.c34 #define INTPROCNUM 1000 macro
89 cs = clnt_call(clnt, INTPROCNUM, in main()
101 cs = clnt_call(clnt, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_dataint.c34 #define INTPROCNUM 10 macro
113 cs = clnt_call(client, INTPROCNUM, in main()
125 cs = clnt_call(client, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_dataint.c34 #define INTPROCNUM 10 macro
108 cs = clnt_call(client, INTPROCNUM, in main()
120 cs = clnt_call(client, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_dataint.c34 #define INTPROCNUM 10 macro
101 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM, in main()
113 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, INTPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7/
Dtirpc_svc_7.c39 #define INTPROCNUM 10 macro
160 case INTPROCNUM: in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
Drpc_svc_1.c42 #define INTPROCNUM 1000 macro
230 case INTPROCNUM: in rcp_service()