The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/nfs/krpc.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*      $NetBSD: krpc.h,v 1.4 1995/12/19 23:07:11 cgd Exp $     */
    2 /* $FreeBSD: src/sys/nfs/krpc.h,v 1.1.4.3 1999/09/05 08:19:35 peter Exp $       */
    3 
    4 #include <sys/cdefs.h>
    5 
    6 int krpc_call __P((struct sockaddr_in *sin,
    7         u_int prog, u_int vers, u_int func,
    8         struct mbuf **data, struct mbuf **from, struct proc *procp));
    9 
   10 int krpc_portmap __P((struct sockaddr_in *sin,
   11         u_int prog, u_int vers, u_int16_t *portp, struct proc *procp));
   12 
   13 struct mbuf *xdr_string_encode __P((char *str, int len));
   14 
   15 /*
   16  * RPC definitions for the portmapper
   17  */
   18 #define PMAPPORT                111
   19 #define PMAPPROG                100000
   20 #define PMAPVERS                2
   21 #define PMAPPROC_NULL           0
   22 #define PMAPPROC_SET            1
   23 #define PMAPPROC_UNSET          2
   24 #define PMAPPROC_GETPORT        3
   25 #define PMAPPROC_DUMP           4
   26 #define PMAPPROC_CALLIT         5

Cache object: b26b1fb2a2e65f267c7fc63c095c2618


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.