[Top] [Prev] [Next] [Bottom]

xdr(3I)

xdr(3I)

Name

xdr-library routines for external data representation

Description

XDR routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for communications calls are transmitted using these routines.

Index to Routines

The following table lists XDR routines and the manual reference pages on which they are described:

XDR Routines

XDR Routine Manual Reference Page

xdr_array

xdr_complex(3I)

xdr_bool

xdr_simple(3I)

xdr_bytes

xdr_complex(3I)

xdr_char

xdr_simple(3I)

xdr_destroy

xdr_create(3I)

xdr_double

xdr_simple(3I)

xdr_enum

xdr_simple(3I)

xdr_float

xdr_simple(3I)

xdr_free

xdr_simple(3I)

xdr_getpos

xdr_admin(3I)

xdr_inline

xdr_admin(3I)

xdr_int

xdr_simple(3I)

xdr_long

xdr_simple(3I)

xdr_opaque

xdr_complex(3I)

xdr_pointer

xdr_complex(3I)

xdr_reference

xdr_complex(3I)

xdr_setpos

xdr_admin(3I)

xdr_short

xdr_simple(3I)

xdr_string

xdr_complex(3I)

xdr_u_char

xdr_simple(3I)

xdr_u_long

xdr_simple(3I)

xdr_u_short

xdr_simple(3I)

xdr_union

xdr_complex(3I)

xdr_vector

xdr_complex(3I)

xdr_void

xdr_simple(3I)

xdr_wrapstring

xdr_complex(3I)

xdrmem_create

xdr_create(3I)

xdrstdio_create

xdr_create(3I)

See Also

xdr_admin(3I), xdr_complex(3I), xdr_create(3I), xdr_simple(3I)



[Top] [Prev] [Next] [Bottom]