getrpcbynumber (3) Linux Manual Page
NAME getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent – get RPC entry SYNOPSIS #include <netdb.h> struct rpcent *getrpcent(void); struct rpcent *getrpcbyname(const char *name); struct rpcent *getrpcbynumber(int number); void setrpcent(int stayopen); void endrpcent(void); DESCRIPTION The getrpcent(), getrpcbyname(), and getrpcbynumber() functions each return a pointer to an object with the following structure containing the broken-out fields of an entry…
