Searched refs:pmap_clnt (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/sunrpc/ |
D | pmap_clnt.c | 46 struct rpc_clnt *pmap_clnt; in rpc_getport() local 63 if (!(pmap_clnt = pmap_create(clnt->cl_server, sap, map->pm_prot))) in rpc_getport() 70 if (!(child = rpc_new_child(pmap_clnt, task))) in rpc_getport() 94 struct rpc_clnt *pmap_clnt; in rpc_getport_external() local 102 if (!(pmap_clnt = pmap_create(hostname, sin, prot))) in rpc_getport_external() 106 status = rpc_call(pmap_clnt, PMAP_GETPORT, &map, &map.pm_port, 0); in rpc_getport_external() 151 struct rpc_clnt *pmap_clnt; in rpc_register() local 159 if (!(pmap_clnt = pmap_create("localhost", &sin, IPPROTO_UDP))) { in rpc_register() 169 error = rpc_call(pmap_clnt, port? PMAP_SET : PMAP_UNSET, in rpc_register()
|
D | Makefile | 17 pmap_clnt.o timer.o xdr.o sunrpc_syms.o
|