|
RTEMS CPU Kit with SuperCore
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <string.h>#include <rpc/rpc.h>
Data Structures | |
| struct | rpcdata |
Macros | |
| #define | MAXALIASES 35 |
Functions | |
| struct rpcent * | getrpcbynumber (int number) |
| struct rpcent * | getrpcbyname (char *name) |
| void | setrpcent (int f) |
| void | endrpcent (void) |
| struct rpcent * | getrpcent (void) |
Variables | |
| struct rpcdata * | rpcdata |
1.8.13