aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypxfr.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-10 17:23:55 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-10 17:23:55 +0000
commita7fc895437bd4a330a2c9c8135a6398a665de483 (patch)
tree0a036fb7fdc3baa48712e5737a86dd04a6858d37 /packet-ypxfr.h
parentabc9101b4113568229098123fa8979a417102d20 (diff)
Added stubs for various RPC routines:
portmap ypserv ypxfr ypserv bootparams Stubs currently just map procedure numbers to names. I'll add some more decoding of the actual procedure call/reply contents eventually. svn path=/trunk/; revision=998
Diffstat (limited to 'packet-ypxfr.h')
-rw-r--r--packet-ypxfr.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/packet-ypxfr.h b/packet-ypxfr.h
new file mode 100644
index 0000000000..d851723562
--- /dev/null
+++ b/packet-ypxfr.h
@@ -0,0 +1,12 @@
+/* packet-ypxfr.h */
+/* $Id: packet-ypxfr.h,v 1.1 1999/11/10 17:23:55 nneul Exp $ */
+
+#ifndef PACKET_YPXFR_H
+#define PACKET_YPXFR_H
+
+#define YPXFRPROC_NULL 0
+#define YPXFRPROC_GETMAP 1
+
+#define YPXFR_PROGRAM 100069
+
+#endif