Describes UNIX-style credentials.
#include <rpc/rpc.h>
xdr_authunix_parms (xdrs, app) XDR *xdrs; struct authunix_parms *app;
The xdr_authunix_parms subroutine describes UNIX-style credentials. This subroutine generates credentials without using the Remote Procedure Call (RPC) authentication program.
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
app | Points to the structure that contains the UNIX-style authentication credentials. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.
This subroutine is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
eXternal Data Representation (XDR) Overview for Programming and Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.