X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=portmap%2Flibnfs-raw-portmap.h;h=676be5e8d4d08932630464fc8463eaf11577a546;hb=a0c4ea7d9f4ad7fab543c064c47be7d334a9ceda;hp=7b1270e624bf471ca14e68670beae46e7366f8d1;hpb=4edd78302d2a019fa4ca496531e4da0ebc9ca8a4;p=deb_libnfs.git diff --git a/portmap/libnfs-raw-portmap.h b/portmap/libnfs-raw-portmap.h index 7b1270e..676be5e 100644 --- a/portmap/libnfs-raw-portmap.h +++ b/portmap/libnfs-raw-portmap.h @@ -1,3 +1,32 @@ +/* +Copyright (c) 2014, Ronnie Sahlberg +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those +of the authors and should not be interpreted as representing official policies, +either expressed or implied, of the FreeBSD Project. +*/ + /* * Please do not edit this file. * It was generated using rpcgen. @@ -54,6 +83,11 @@ struct pmap2_dump_result { }; typedef struct pmap2_dump_result pmap2_dump_result; +struct pmap3_string_result { + char *addr; +}; +typedef struct pmap3_string_result pmap3_string_result; + struct pmap3_mapping { u_int prog; u_int vers; @@ -74,6 +108,35 @@ struct pmap3_dump_result { }; typedef struct pmap3_dump_result pmap3_dump_result; +struct pmap3_call_args { + u_int prog; + u_int vers; + u_int proc; + struct { + u_int args_len; + char *args_val; + } args; +}; +typedef struct pmap3_call_args pmap3_call_args; + +struct pmap3_call_result { + u_int port; + struct { + u_int res_len; + char *res_val; + } res; +}; +typedef struct pmap3_call_result pmap3_call_result; + +struct pmap3_netbuf { + u_int maxlen; + struct { + u_int buf_len; + char *buf_val; + } buf; +}; +typedef struct pmap3_netbuf pmap3_netbuf; + #define PMAP_PROGRAM 100000 #define PMAP_V2 2 @@ -125,18 +188,60 @@ extern int pmap_program_2_freeresult (); #define PMAP3_NULL 0 extern void * pmap3_null_3(void *, CLIENT *); extern void * pmap3_null_3_svc(void *, struct svc_req *); +#define PMAP3_SET 1 +extern bool_t * pmap3_set_3(pmap3_mapping *, CLIENT *); +extern bool_t * pmap3_set_3_svc(pmap3_mapping *, struct svc_req *); +#define PMAP3_UNSET 2 +extern bool_t * pmap3_unset_3(pmap3_mapping *, CLIENT *); +extern bool_t * pmap3_unset_3_svc(pmap3_mapping *, struct svc_req *); +#define PMAP3_GETADDR 3 +extern pmap3_string_result * pmap3_getaddr_3(pmap3_mapping *, CLIENT *); +extern pmap3_string_result * pmap3_getaddr_3_svc(pmap3_mapping *, struct svc_req *); #define PMAP3_DUMP 4 extern pmap3_dump_result * pmap3_dump_3(void *, CLIENT *); extern pmap3_dump_result * pmap3_dump_3_svc(void *, struct svc_req *); +#define PMAP3_CALLIT 5 +extern pmap3_call_result * pmap3_callit_3(pmap3_call_args *, CLIENT *); +extern pmap3_call_result * pmap3_callit_3_svc(pmap3_call_args *, struct svc_req *); +#define PMAP3_GETTIME 6 +extern u_int * pmap3_gettime_3(void *, CLIENT *); +extern u_int * pmap3_gettime_3_svc(void *, struct svc_req *); +#define PMAP3_UADDR2TADDR 7 +extern pmap3_netbuf * pmap3_uaddr2taddr_3(char **, CLIENT *); +extern pmap3_netbuf * pmap3_uaddr2taddr_3_svc(char **, struct svc_req *); +#define PMAP3_TADDR2UADDR 8 +extern struct pmap3_string_result * pmap3_taddr2uaddr_3(pmap3_netbuf *, CLIENT *); +extern struct pmap3_string_result * pmap3_taddr2uaddr_3_svc(pmap3_netbuf *, struct svc_req *); extern int pmap_program_3_freeresult (SVCXPRT *, zdrproc_t, caddr_t); #else /* K&R C */ #define PMAP3_NULL 0 extern void * pmap3_null_3(); extern void * pmap3_null_3_svc(); +#define PMAP3_SET 1 +extern bool_t * pmap3_set_3(); +extern bool_t * pmap3_set_3_svc(); +#define PMAP3_UNSET 2 +extern bool_t * pmap3_unset_3(); +extern bool_t * pmap3_unset_3_svc(); +#define PMAP3_GETADDR 3 +extern pmap3_string_result * pmap3_getaddr_3(); +extern pmap3_string_result * pmap3_getaddr_3_svc(); #define PMAP3_DUMP 4 extern pmap3_dump_result * pmap3_dump_3(); extern pmap3_dump_result * pmap3_dump_3_svc(); +#define PMAP3_CALLIT 5 +extern pmap3_call_result * pmap3_callit_3(); +extern pmap3_call_result * pmap3_callit_3_svc(); +#define PMAP3_GETTIME 6 +extern u_int * pmap3_gettime_3(); +extern u_int * pmap3_gettime_3_svc(); +#define PMAP3_UADDR2TADDR 7 +extern pmap3_netbuf * pmap3_uaddr2taddr_3(); +extern pmap3_netbuf * pmap3_uaddr2taddr_3_svc(); +#define PMAP3_TADDR2UADDR 8 +extern struct pmap3_string_result * pmap3_taddr2uaddr_3(); +extern struct pmap3_string_result * pmap3_taddr2uaddr_3_svc(); extern int pmap_program_3_freeresult (); #endif /* K&R C */ @@ -148,9 +253,13 @@ extern bool_t zdr_pmap2_call_args (ZDR *, pmap2_call_args*); extern bool_t zdr_pmap2_call_result (ZDR *, pmap2_call_result*); extern bool_t zdr_pmap2_mapping_list (ZDR *, pmap2_mapping_list*); extern bool_t zdr_pmap2_dump_result (ZDR *, pmap2_dump_result*); +extern bool_t zdr_pmap3_string_result (ZDR *, pmap3_string_result*); extern bool_t zdr_pmap3_mapping (ZDR *, pmap3_mapping*); extern bool_t zdr_pmap3_mapping_list (ZDR *, pmap3_mapping_list*); extern bool_t zdr_pmap3_dump_result (ZDR *, pmap3_dump_result*); +extern bool_t zdr_pmap3_call_args (ZDR *, pmap3_call_args*); +extern bool_t zdr_pmap3_call_result (ZDR *, pmap3_call_result*); +extern bool_t zdr_pmap3_netbuf (ZDR *, pmap3_netbuf*); #else /* K&R C */ extern bool_t zdr_pmap2_mapping (); @@ -158,9 +267,13 @@ extern bool_t zdr_pmap2_call_args (); extern bool_t zdr_pmap2_call_result (); extern bool_t zdr_pmap2_mapping_list (); extern bool_t zdr_pmap2_dump_result (); +extern bool_t zdr_pmap3_string_result (); extern bool_t zdr_pmap3_mapping (); extern bool_t zdr_pmap3_mapping_list (); extern bool_t zdr_pmap3_dump_result (); +extern bool_t zdr_pmap3_call_args (); +extern bool_t zdr_pmap3_call_result (); +extern bool_t zdr_pmap3_netbuf (); #endif /* K&R C */