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

Go to the source code of this file.

Data Structures

struct  pmap
 
struct  pmaplist
 

Macros

#define PMAPPORT   ((u_short)111)
 
#define PMAPPROG   ((u_long)100000)
 
#define PMAPVERS   ((u_long)2)
 
#define PMAPVERS_PROTO   ((u_long)2)
 
#define PMAPVERS_ORIG   ((u_long)1)
 
#define PMAPPROC_NULL   ((u_long)0)
 
#define PMAPPROC_SET   ((u_long)1)
 
#define PMAPPROC_UNSET   ((u_long)2)
 
#define PMAPPROC_GETPORT   ((u_long)3)
 
#define PMAPPROC_DUMP   ((u_long)4)
 
#define PMAPPROC_CALLIT   ((u_long)5)
 

Functions

__BEGIN_DECLS bool_t xdr_pmap (XDR *, struct pmap *)
 
bool_t xdr_pmaplist (XDR *, struct pmaplist **)