Home
last modified time | relevance | path

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

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_dataint.c36 #define LNGPROCNUM 3000 macro
96 clnt_broadcast(progNum, VERSNUM, LNGPROCNUM, in main()
108 clnt_broadcast(progNum, VERSNUM, LNGPROCNUM, in main()
121 clnt_broadcast(progNum, VERSNUM, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_dataint.c36 #define LNGPROCNUM 3000 macro
93 callrpc(argc[1], progNum, VERSNUM, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_dataint.c36 #define LNGPROCNUM 30 macro
105 clnt_call((CLIENT *) clnt, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // 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.c36 #define LNGPROCNUM 30 macro
102 rpc_broadcast_exp(progNum, VERSNUM, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_dataint.c36 #define LNGPROCNUM 30 macro
106 …rslt = rpc_call(hostname, progNum, VERSNUM, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // … in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_dataint.c36 #define LNGPROCNUM 30 macro
102 rpc_broadcast(progNum, VERSNUM, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_dataint.c36 #define LNGPROCNUM 30 macro
115 rslt = clnt_call(client, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_dataint.c36 #define LNGPROCNUM 3000 macro
113 cs = clnt_call(clnt, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_dataint.c36 #define LNGPROCNUM 30 macro
137 cs = clnt_call(client, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_dataint.c36 #define LNGPROCNUM 30 macro
132 cs = clnt_call(client, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7/
Dtirpc_svc_7.c41 #define LNGPROCNUM 30 macro
174 case LNGPROCNUM: in exm_proc()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_dataint.c36 #define LNGPROCNUM 30 macro
125 cs = rpcb_rmtcall(nconf, argc[1], progNum, VERSNUM, LNGPROCNUM, in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
Drpc_svc_1.c44 #define LNGPROCNUM 3000 macro
251 case LNGPROCNUM: in rcp_service()