Describes RPC authentication messages.
C Library (libc.a)
The xdr_opaque_auth subroutine describes Remote Procedure Call (RPC) authentication information messages. It generates RPC authentication message data without using the RPC program.
Item | Description |
---|---|
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
ap | Points to the structure that contains the authentication information. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.