HomeSort by relevance Sort by last modified time
    Searched refs:next_tout (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/
tirpc_clnt_create_timed_limits.c 43 int next_tout; member in struct:__anon26499
66 paramList[0].next_tout = 1;
74 printf("%d", paramList[i].next_tout);
79 tv.tv_usec = paramList[i].next_tout;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
tirpc_clnt_tp_create_timed_limits.c 43 int next_tout; member in struct:__anon26497
74 paramList[0].next_tout = 1;
76 paramList[1].next_tout = 0;
78 paramList[2].next_tout = 1;
86 printf("%d", paramList[i].next_tout);
91 tv.tv_usec = paramList[i].next_tout;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_limits.c 42 int next_tout; member in struct:__anon26498
72 paramList[0].next_tout = 1;
74 paramList[1].next_tout = 10;
76 paramList[2].next_tout = 1000;
84 printf("%d", paramList[i].next_tout);
93 paramList[i].next_tout, nettype);

Completed in 267 milliseconds