rpcsvc-proto

RPC service protocol definitions from glibc for network programming

brewmacoslinux
Try with needOr install directly
Source

About

Rpcsvc protocol definitions from glibc

Commands

rpcsvc-proto

Examples

Display available RPC service protocol definitions$ rpcgen -h
Generate C code from an RPC protocol definition file$ rpcgen -c myservice.x -o myservice.c
Generate server stub code from RPC protocol definition$ rpcgen -s tcp myservice.x -o myservice_server.c