xdr.3 (5a489ac2b83144b08b8f4cbefdf60f397a6aa412) xdr.3 (e83201b43ad36d453a46f551fcaedf0a0e7f23c3)
1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
1.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
2.\" $Id$
3.\"
2.TH XDR 3 "16 February 1988"
3.SH NAME
4xdr \- library routines for external data representation
5.SH SYNOPSIS AND DESCRIPTION
6.LP
7These routines allow C programmers to describe
8arbitrary data structures in a machine-independent fashion.
9Data for remote procedure calls are transmitted using these

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

748.IP
749A filter primitive that translates between fixed-length
750arrays
751and their corresponding external representations. The
752parameter
753.I arrp
754is the address of the pointer to the array, while
755.I size
4.TH XDR 3 "16 February 1988"
5.SH NAME
6xdr \- library routines for external data representation
7.SH SYNOPSIS AND DESCRIPTION
8.LP
9These routines allow C programmers to describe
10arbitrary data structures in a machine-independent fashion.
11Data for remote procedure calls are transmitted using these

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

750.IP
751A filter primitive that translates between fixed-length
752arrays
753and their corresponding external representations. The
754parameter
755.I arrp
756is the address of the pointer to the array, while
757.I size
756is is the element count of the array. The parameter
758is the element count of the array. The parameter
757.I elsize
758is the
759.I sizeof
760each of the array's elements, and
761.I elproc
762is an
763.SM XDR
764filter that translates between

--- 59 unchanged lines hidden ---
759.I elsize
760is the
761.I sizeof
762each of the array's elements, and
763.I elproc
764is an
765.SM XDR
766filter that translates between

--- 59 unchanged lines hidden ---