Searched refs:clnttcp_create (Results 1 – 6 of 6) sorted by relevance
/sunrpc/ |
A D | pm_getmaps.c | 71 client = clnttcp_create (address, PMAPPROG, PMAPVERS, &socket, 50, 500); in pmap_getmaps()
|
A D | clnt_gen.c | 119 client = clnttcp_create (&sin, prog, vers, &sock, 0, 0); in clnt_create()
|
A D | pm_getport.c | 104 client = clnttcp_create (address, PMAPPROG, PMAPVERS, &socket, in __libc_rpc_getport()
|
A D | clnt_tcp.c | 112 clnttcp_create (struct sockaddr_in *raddr, u_long prog, u_long vers, in clnttcp_create() function 222 libc_hidden_def (clnttcp_create) in libc_hidden_def() argument 224 libc_hidden_nolink_sunrpc (clnttcp_create, GLIBC_2_0) in libc_hidden_def()
|
A D | Versions | 22 clntraw_create; clnttcp_create; clntudp_bufcreate; clntudp_create;
|
/sunrpc/rpc/ |
A D | clnt.h | 307 extern CLIENT *clnttcp_create (struct sockaddr_in *__raddr, u_long __prog,
|
Completed in 12 milliseconds