xdr_opaque_auth Subroutine

Purpose

Describes RPC authentication messages.

Library

C Library (libc.a)

Syntax

#include <rpc/rpc.h>

xdr_opaque_auth ( xdrs,  ap)
XDR *xdrs;
struct opaque_auth *ap;

Description

The xdr_opaque_auth subroutine describes Remote Procedure Call (RPC) authentication information messages. It generates RPC authentication message data without using the RPC program.

Parameters

Item Description
xdrs Points to the eXternal Data Representation (XDR) stream handle.
ap Points to the structure that contains the authentication information.

Return Values

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