RPC service protocol definitions from glibc for network programming
Rpcsvc protocol definitions from glibc
rpcsvc-proto
$ rpcgen -h
$ rpcgen -c myservice.x -o myservice.c
$ rpcgen -s tcp myservice.x -o myservice_server.c