Searched refs:clnt4 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Drpcb_clnt.c189 struct rpc_clnt *clnt, *clnt4; local
212 clnt4 = rpc_bind_new_program(clnt, &rpcb_program, RPCBVERS_4);
213 if (IS_ERR(clnt4)) {
215 "cleint (errno %ld).\n", PTR_ERR(clnt4));
216 clnt4 = NULL;
220 rpcb_local_clnt4 = clnt4;

Completed in 32 milliseconds