xdr_authunix_parms Subroutine

Purpose

Describes UNIX-style credentials.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>

xdr_authunix_parms ( xdrs,  app)
XDR *xdrs;
struct authunix_parms *app;

Description

The xdr_authunix_parms subroutine describes UNIX-style credentials. This subroutine generates credentials without using the Remote Procedure Call (RPC) authentication program.

Parameters

Item Description
xdrs Points to the eXternal Data Representation (XDR) stream handle.
app Points to the structure that contains the UNIX-style authentication credentials.

Return Values

Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.