Searched refs:socket (Results 1 – 7 of 7) sorted by relevance
/sunrpc/ |
A D | pm_getmaps.c | 67 int socket = __get_socket (address); in pmap_getmaps() local 68 if (socket != -1) in pmap_getmaps() 71 client = clnttcp_create (address, PMAPPROG, PMAPVERS, &socket, 50, 500); in pmap_getmaps() 84 __close_nocancel (socket); in pmap_getmaps()
|
A D | clnt_simp.c | 48 int socket; member 74 crp->socket = RPC_ANYSOCK; in callrpc() 84 if (crp->socket != RPC_ANYSOCK) in callrpc() 86 (void) __close (crp->socket); in callrpc() 87 crp->socket = RPC_ANYSOCK; in callrpc() 101 (u_long) versnum, timeout, &crp->socket)) == NULL) in callrpc()
|
A D | pm_getport.c | 92 int socket = -1; in __libc_rpc_getport() local 101 socket = __get_socket(address); in __libc_rpc_getport() 102 if (socket != -1) in __libc_rpc_getport() 104 client = clnttcp_create (address, PMAPPROG, PMAPVERS, &socket, in __libc_rpc_getport() 109 &socket, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE); in __libc_rpc_getport() 132 (void) __close (socket); in __libc_rpc_getport()
|
A D | pmap_clnt.c | 109 int socket = -1; in pmap_set() local 116 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, timeout, &socket, in pmap_set() 145 int socket = -1; in libc_hidden_nolink_sunrpc() local 152 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, timeout, &socket, in libc_hidden_nolink_sunrpc()
|
A D | tst-svc_register.c | 159 int socket = RPC_ANYSOCK; in get_test_state() local 162 (&address, PMAPPROG, PMAPVERS, (struct timeval) { 1, 0}, &socket); in get_test_state()
|
A D | key_call.c | 216 int socket; in libc_hidden_nolink_sunrpc() local 223 socket = RPC_ANYSOCK; in libc_hidden_nolink_sunrpc() 225 trytimeout, &socket, RPCSMALLMSGSIZE, in libc_hidden_nolink_sunrpc() 234 __close (socket); in libc_hidden_nolink_sunrpc()
|
A D | pmap_rmt.c | 72 int socket = -1; in pmap_rmtcall() local 79 client = clntudp_create (addr, PMAPPROG, PMAPVERS, timeout, &socket); in pmap_rmtcall()
|
Completed in 16 milliseconds