#include <sys/cdefs.h>
#include <rpc/xdr.h>
Go to the source code of this file.
|
#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) |
|
|
__BEGIN_DECLS bool_t | xdr_pmap (XDR *, struct pmap *) |
|
bool_t | xdr_pmaplist (XDR *, struct pmaplist **) |
|