Searched refs:wait (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | thrsvc.c | 72 struct timeval wait = { 5, 0 }; in main() local 92 clnt = clntudp_create (&sin, PROGNUM, VERSNUM, wait, &sock); in main()
|
A D | clnt_udp.c | 125 u_long version, struct timeval wait, int *sockp, in __libc_clntudp_bufcreate() argument 161 cu->cu_wait = wait; in __libc_clntudp_bufcreate() 219 struct timeval wait, int *sockp, u_int sendsz, in libc_hidden_def() 222 return __libc_clntudp_bufcreate (raddr, program, version, wait, in libc_hidden_def() 229 struct timeval wait, int *sockp) in libc_hidden_nolink_sunrpc() 231 return __libc_clntudp_bufcreate (raddr, program, version, wait, in libc_hidden_nolink_sunrpc()
|
Completed in 6 milliseconds