Lines Matching defs:rpc
39 #include <rpc/rpc.h>
40 #include <rpc/rpcent.h>
109 struct rpcent *rpc;
116 rpc = (struct rpcent *)getrpcbynumber(prognum);
118 rpc = (struct rpcent *)getrpcbyname(sname);
124 if (rpc == NULL) {
127 gettext("Can't get rpc entry\n"));
131 rpc = &rentry;
132 rpc->r_number = prognum;
133 rpc->r_name = sname;
154 if (blist->rpcb_map.r_prog != rpc->r_number)
174 (void) printf("Name %s\n", rpc->r_name);