RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Functions
rpcent.h File Reference
#include <sys/cdefs.h>
Include dependency graph for rpcent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rpcent
 

Functions

__BEGIN_DECLS struct rpcentgetrpcbyname_r (const char *, struct rpcent *, char *, int)
 
struct rpcentgetrpcbynumber_r (int, struct rpcent *, char *, int)
 
struct rpcentgetrpcent_r (struct rpcent *, char *, int)
 
struct rpcentgetrpcbyname (char *)
 
struct rpcentgetrpcbynumber (int)
 
struct rpcentgetrpcent (void)
 
void setrpcent (int)
 
void endrpcent (void)