Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 7 of 7) sorted by relevance

/sunrpc/
A Dpm_getmaps.c67 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 Dclnt_simp.c48 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 Dpm_getport.c92 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 Dpmap_clnt.c109 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 Dtst-svc_register.c159 int socket = RPC_ANYSOCK; in get_test_state() local
162 (&address, PMAPPROG, PMAPVERS, (struct timeval) { 1, 0}, &socket); in get_test_state()
A Dkey_call.c216 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 Dpmap_rmt.c72 int socket = -1; in pmap_rmtcall() local
79 client = clntudp_create (addr, PMAPPROG, PMAPVERS, timeout, &socket); in pmap_rmtcall()

Completed in 16 milliseconds