Lines Matching defs:rpc
38 #include <rpc/rpcent.h>
57 #include <rpc/nettype.h>
320 destroy_rpc_info(rpc_info_t *rpc)
322 if (rpc != NULL) {
323 free(rpc->netbuf.buf);
324 free(rpc->netid);
325 free(rpc);
691 * If we don't know whether it's an rpc service or its
1306 struct rpcent rpc;
1311 if (getrpcbyname_r(svc_name, &rpc, buf, sizeof (buf)) != NULL)
1312 return (rpc.r_number);