Searched refs:pmap_create (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/sunrpc/ |
D | pmap_clnt.c | 31 static struct rpc_clnt * pmap_create(char *, struct sockaddr_in *, int); 63 if (!(pmap_clnt = pmap_create(clnt->cl_server, sap, map->pm_prot))) in rpc_getport() 102 if (!(pmap_clnt = pmap_create(hostname, sin, prot))) in rpc_getport_external() 159 if (!(pmap_clnt = pmap_create("localhost", &sin, IPPROTO_UDP))) { in rpc_register() 184 pmap_create(char *hostname, struct sockaddr_in *srvaddr, int proto) in pmap_create() function
|