rpcb_st_xdr.c (61961e0f) rpcb_st_xdr.c (e8031f0a)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
24 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25 * Use is subject to license terms.
26 */
27
28#pragma ident "%Z%%M% %I% %E% SMI"
29
30/*
31 * This file was generated from rpcb_prot.x, but includes only those
32 * routines used with the rpcbind stats facility.
33 */
34
25 * Use is subject to license terms.
26 */
27
28#pragma ident "%Z%%M% %I% %E% SMI"
29
30/*
31 * This file was generated from rpcb_prot.x, but includes only those
32 * routines used with the rpcbind stats facility.
33 */
34
35#include "mt.h"
35#include <rpc/rpc.h>
36
37/* Link list of all the stats about getport and getaddr */
38
39bool_t
40xdr_rpcbs_addrlist(XDR *xdrs, rpcbs_addrlist *objp)
41{
42 if (!xdr_u_int(xdrs, (uint_t *)&objp->prog))

--- 165 unchanged lines hidden ---
36#include <rpc/rpc.h>
37
38/* Link list of all the stats about getport and getaddr */
39
40bool_t
41xdr_rpcbs_addrlist(XDR *xdrs, rpcbs_addrlist *objp)
42{
43 if (!xdr_u_int(xdrs, (uint_t *)&objp->prog))

--- 165 unchanged lines hidden ---