aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-15 14:17:20 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-15 14:17:20 +0000
commitb72c0d1f60e3db127fba8494eb9fb00d516c6088 (patch)
treed5fecec4094c54b28370c295bafc91e9a3858828 /packet-portmap.h
parente1ef668523ba2215888a9f82a70e6ee6e3c79c8b (diff)
Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.
svn path=/trunk/; revision=1034
Diffstat (limited to 'packet-portmap.h')
-rw-r--r--packet-portmap.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/packet-portmap.h b/packet-portmap.h
index d3adf1f026..c630e26d5f 100644
--- a/packet-portmap.h
+++ b/packet-portmap.h
@@ -1,5 +1,5 @@
/* packet-portmap.h */
-/* $Id: packet-portmap.h,v 1.2 1999/11/10 21:05:10 nneul Exp $ */
+/* $Id: packet-portmap.h,v 1.3 1999/11/15 14:17:19 nneul Exp $ */
#ifndef PACKET_PORTMAP_H
#define PACKET_PORTMAP_H
@@ -13,6 +13,24 @@
#define PORTMAPPROC_DUMP 4
#define PORTMAPPROC_CALLIT 5
+/* RFC 1833, Page 7 */
+#define RPCBPROC_NULL 0
+#define RPCBPROC_SET 1
+#define RPCBPROC_UNSET 2
+#define RPCBPROC_GETADDR 3
+#define RPCBPROC_DUMP 4
+#define RPCBPROC_CALLIT 5
+#define RPCBPROC_GETTIME 6
+#define RPCBPROC_UADDR2TADDR 7
+#define RPCBPROC_TADDR2UADDR 8
+
+/* RFC 1833, Page 8 */
+#define RPCBPROC_BCAST RPCBPROC_CALLIT
+#define RPCBPROC_GETVERSADDR 9
+#define RPCBPROC_INDIRECT 10
+#define RPCBPROC_GETADDRLIST 11
+#define RPCBPROC_GETSTAT 12
+
struct pmap {
guint32 pm_prog;
guint32 pm_vers;