AIX Documentation: Programmer's Reference:
X
- Current View:
Programmer's Reference
- Views: [ Books | Commands | Programmer's Reference | Tasks and Topics ]
Back
- Programmer's Reference
- X
- XID Receives an exchange identification (XID) packet each time it is coded by the kernel user and called by generic data link control (GDLC).
- xdr_accepted_reply Encodes RPC reply messages.
- xdr_array Translates between variable-length arrays and their corresponding external representations.
- xdr_authunix_parms Describes UNIX-style credentials.
- xdr_bool Translates between Booleans and their external representations.
- xdr_bytes Translates between internal counted byte arrays and their external representations.
- xdr_callhdr Describes RPC call header messages.
- xdr_callmsg Describes RPC call messages.
- xdr_char Translates between C language characters and their external representations.
- xdr_destroy Destroys the XDR stream pointed to by the xdrs parameter.
- xdr_double Translates between C language double-precision numbers and their external representations.
- xdr_enum Translates between a C language enumeration (enum) and its external representation.
- xdr_float Translates between C language floats and their external representations.
- xdr_free Deallocates, or frees, memory.
- xdr_getpos Returns an unsigned integer that describes the current position in the data stream.
- xdr_inline Returns a pointer to the buffer of a stream pointed to by the xdrs parameter.
- xdr_int Translates between C language integers and their external representations.
- xdr_long Translates between C language long integers and their external representations.
- xdr_opaque Translates between fixed-size opaque data and its external representation.
- xdr_opaque_auth Describes RPC authentication messages.
- xdr_pmap Describes parameters for portmap procedures.
- xdr_pmaplist Describes a list of port mappings externally.
- xdr_pointer Provides pointer chasing within structures and serializes null pointers.
- xdr_reference Provides pointer chasing within structures.
- xdr_rejected_reply Describes RPC message rejection replies.
- xdr_replymsg Describes RPC message replies.
- xdr_setpos Changes the current position in the XDR stream.
- xdr_short Translates between C language short integers and their external representations.
- xdr_string Translates between C language strings and their external representations.
- xdr_u_char Translates between unsigned C language characters and their external representations.
- xdr_u_int Translates between C language unsigned integers and their external representations.
- xdr_u_long Translates between C language unsigned long integers and their external representations.
- xdr_u_short Translates between C language unsigned short integers and their external representations.
- xdr_union Translates between discriminated unions and their external representations.
- xdr_vector Translates between fixed-length arrays and their corresponding external representations.
- xdr_void Supplies an XDR subroutine to the RPC system without transmitting data.
- xdr_wrapstring Calls the xdr_string subroutine.
- xdrmem_create Initializes in local memory the XDR stream pointed to by the xdrs parameter.
- xdrrec_create Provides an XDR stream that can contain long sequences of records.
- xdrrec_endofrecord Causes the current outgoing data to be marked as a record.
- xdrrec_eof Checks the buffer for an input stream that indicates the end of file (EOF).
- xdrrec_skiprecord Causes the position of an input stream to move to the beginning of the next record.
- xdrstdio_create Initializes the XDR data stream pointed to by the xdrs parameter.
- xprt_register Registers a Remote Procedure Call (RPC) service transport handle.
- xprt_unregister Removes a Remote Procedure Call (RPC) service transport handle.
- xtiso Provides access to sockets-based protocols to STREAMS applications.