|
RTEMS CPU Kit with SuperCore
|
#include <sys/cdefs.h>

Go to the source code of this file.
Data Structures | |
| struct | rpcent |
Functions | |
| __BEGIN_DECLS struct rpcent * | getrpcbyname_r (const char *, struct rpcent *, char *, int) |
| struct rpcent * | getrpcbynumber_r (int, struct rpcent *, char *, int) |
| struct rpcent * | getrpcent_r (struct rpcent *, char *, int) |
| struct rpcent * | getrpcbyname (char *) |
| struct rpcent * | getrpcbynumber (int) |
| struct rpcent * | getrpcent (void) |
| void | setrpcent (int) |
| void | endrpcent (void) |
1.8.13