Deleted Added
full compact
yp_prot.h (50473) yp_prot.h (90297)
1/*
2 * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
1/*
2 * Copyright (c) 1992/3 Theo de Raadt <deraadt@fsa.ca>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/include/rpcsvc/yp_prot.h 50473 1999-08-27 23:45:13Z peter $
29 * $FreeBSD: head/include/rpcsvc/yp_prot.h 90297 2002-02-06 13:30:31Z des $
30 */
31
32#ifndef _RPCSVC_YP_PROT_H_
33#define _RPCSVC_YP_PROT_H_
34
35/*
36 * YPSERV PROTOCOL:
37 *

--- 267 unchanged lines hidden (view full) ---

305#define YPPUSH_SKEW ((long)-10) /* Map version skew during transfer */
306#define YPPUSH_CLEAR ((long)-11) /* Can't send "Clear" req to local ypserv */
307#define YPPUSH_FORCE ((long)-12) /* No local order number in map - use -f */
308#define YPPUSH_XFRERR ((long)-13) /* ypxfr error */
309#define YPPUSH_REFUSED ((long)-14) /* Transfer request refused by ypserv */
310
311struct inaddr;
312__BEGIN_DECLS
30 */
31
32#ifndef _RPCSVC_YP_PROT_H_
33#define _RPCSVC_YP_PROT_H_
34
35/*
36 * YPSERV PROTOCOL:
37 *

--- 267 unchanged lines hidden (view full) ---

305#define YPPUSH_SKEW ((long)-10) /* Map version skew during transfer */
306#define YPPUSH_CLEAR ((long)-11) /* Can't send "Clear" req to local ypserv */
307#define YPPUSH_FORCE ((long)-12) /* No local order number in map - use -f */
308#define YPPUSH_XFRERR ((long)-13) /* ypxfr error */
309#define YPPUSH_REFUSED ((long)-14) /* Transfer request refused by ypserv */
310
311struct inaddr;
312__BEGIN_DECLS
313bool_t xdr_datum __P((XDR *, datum *));
314bool_t xdr_ypreq_key __P((XDR *, struct ypreq_key *));
315bool_t xdr_ypreq_nokey __P((XDR *, struct ypreq_nokey *));
316bool_t xdr_ypreq_xfr __P((XDR *, struct ypreq_xfr *));
317bool_t xdr_ypresp_val __P((XDR *, struct ypresp_val *));
318bool_t xdr_ypresp_key_val __P((XDR *, struct ypresp_key_val *));
319bool_t xdr_ypbind_resp __P((XDR *, struct ypbind_resp *));
320bool_t xdr_ypbind_setdom __P((XDR *, struct ypbind_setdom *));
321bool_t xdr_yp_inaddr __P((XDR *, struct inaddr *));
322bool_t xdr_ypmap_parms __P((XDR *, struct ypmap_parms *));
323bool_t xdr_yppushresp_xfr __P((XDR *, struct yppushresp_xfr *));
324bool_t xdr_ypresp_order __P((XDR *, struct ypresp_order *));
325bool_t xdr_ypresp_master __P((XDR *, struct ypresp_master *));
326bool_t xdr_ypresp_maplist __P((XDR *, struct ypresp_maplist *));
313bool_t xdr_datum(XDR *, datum *);
314bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
315bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
316bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
317bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
318bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
319bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
320bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
321bool_t xdr_yp_inaddr(XDR *, struct inaddr *);
322bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
323bool_t xdr_yppushresp_xfr(XDR *, struct yppushresp_xfr *);
324bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
325bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
326bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
327__END_DECLS
328
329#endif /* _RPCSVC_YP_PROT_H_ */
327__END_DECLS
328
329#endif /* _RPCSVC_YP_PROT_H_ */