Lines Matching refs:client
110 CLIENT *client; in pmap_set() local
116 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, timeout, &socket, in pmap_set()
118 if (client == (CLIENT *) NULL) in pmap_set()
124 if (CLNT_CALL (client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, in pmap_set()
128 clnt_perror (client, _("Cannot register service")); in pmap_set()
131 CLNT_DESTROY (client); in pmap_set()
146 CLIENT *client; in libc_hidden_nolink_sunrpc() local
152 client = clntudp_bufcreate (&myaddress, PMAPPROG, PMAPVERS, timeout, &socket, in libc_hidden_nolink_sunrpc()
154 if (client == (CLIENT *) NULL) in libc_hidden_nolink_sunrpc()
159 CLNT_CALL (client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, in libc_hidden_nolink_sunrpc()
162 CLNT_DESTROY (client); in libc_hidden_nolink_sunrpc()