ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Classes | |
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 **) |
bool_t | xdr_pmaplist_ptr (XDR *, struct pmaplist *) |
Definition at line 76 of file pmap_prot.h.
Definition at line 86 of file pmap_prot.h.
Definition at line 85 of file pmap_prot.h.
Definition at line 84 of file pmap_prot.h.
Definition at line 81 of file pmap_prot.h.
Definition at line 82 of file pmap_prot.h.
Definition at line 83 of file pmap_prot.h.
Definition at line 77 of file pmap_prot.h.
Definition at line 78 of file pmap_prot.h.
Definition at line 80 of file pmap_prot.h.
Definition at line 79 of file pmap_prot.h.
__BEGIN_DECLS bool_t xdr_pmap | ( | XDR * | xdrs, |
struct pmap * | regs | ||
) |
Definition at line 45 of file pmap_prot.c.
Referenced by __rpcb_findaddr_timed(), pmap_getport(), and xdr_pmaplist().
Definition at line 83 of file pmap_prot2.c.
Referenced by pmap_getmaps(), and xdr_pmaplist_ptr().
Definition at line 127 of file pmap_prot2.c.