Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include/tirpc/rpc
File: pmap_rmt.h
/* $NetBSD: pmap_rmt.h,v 1.7 1998/02/11 23:01:23 lukem Exp $ */
[0] Fix | Delete
[1] Fix | Delete
/*
[2] Fix | Delete
* Copyright (c) 2009, Sun Microsystems, Inc.
[3] Fix | Delete
* All rights reserved.
[4] Fix | Delete
*
[5] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[6] Fix | Delete
* modification, are permitted provided that the following conditions are met:
[7] Fix | Delete
* - Redistributions of source code must retain the above copyright notice,
[8] Fix | Delete
* this list of conditions and the following disclaimer.
[9] Fix | Delete
* - Redistributions in binary form must reproduce the above copyright notice,
[10] Fix | Delete
* this list of conditions and the following disclaimer in the documentation
[11] Fix | Delete
* and/or other materials provided with the distribution.
[12] Fix | Delete
* - Neither the name of Sun Microsystems, Inc. nor the names of its
[13] Fix | Delete
* contributors may be used to endorse or promote products derived
[14] Fix | Delete
* from this software without specific prior written permission.
[15] Fix | Delete
*
[16] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
[17] Fix | Delete
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[18] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[19] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
[20] Fix | Delete
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
[21] Fix | Delete
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
[22] Fix | Delete
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
[23] Fix | Delete
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
[24] Fix | Delete
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[25] Fix | Delete
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
[26] Fix | Delete
* POSSIBILITY OF SUCH DAMAGE.
[27] Fix | Delete
*
[28] Fix | Delete
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
[29] Fix | Delete
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
[30] Fix | Delete
* $FreeBSD: src/include/rpc/pmap_rmt.h,v 1.12 2002/03/23 17:24:55 imp Exp $
[31] Fix | Delete
*/
[32] Fix | Delete
[33] Fix | Delete
/*
[34] Fix | Delete
* Structures and XDR routines for parameters to and replies from
[35] Fix | Delete
* the portmapper remote-call-service.
[36] Fix | Delete
*
[37] Fix | Delete
* Copyright (C) 1986, Sun Microsystems, Inc.
[38] Fix | Delete
*/
[39] Fix | Delete
[40] Fix | Delete
#ifndef _RPC_PMAP_RMT_H
[41] Fix | Delete
#define _RPC_PMAP_RMT_H
[42] Fix | Delete
[43] Fix | Delete
struct rmtcallargs {
[44] Fix | Delete
u_long prog, vers, proc, arglen;
[45] Fix | Delete
caddr_t args_ptr;
[46] Fix | Delete
xdrproc_t xdr_args;
[47] Fix | Delete
};
[48] Fix | Delete
[49] Fix | Delete
struct rmtcallres {
[50] Fix | Delete
u_long *port_ptr;
[51] Fix | Delete
u_long resultslen;
[52] Fix | Delete
caddr_t results_ptr;
[53] Fix | Delete
xdrproc_t xdr_results;
[54] Fix | Delete
};
[55] Fix | Delete
[56] Fix | Delete
#ifdef __cplusplus
[57] Fix | Delete
extern "C" {
[58] Fix | Delete
#endif
[59] Fix | Delete
extern bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
[60] Fix | Delete
extern bool_t xdr_rmtcallres(XDR *, struct rmtcallres *);
[61] Fix | Delete
#ifdef __cplusplus
[62] Fix | Delete
}
[63] Fix | Delete
#endif
[64] Fix | Delete
[65] Fix | Delete
#endif /* !_RPC_PMAP_RMT_H */
[66] Fix | Delete
[67] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function