HP-UX AAA Server A.08.02 Administrator's Guide
Usage
Allocates memory for a request.
Return
Returns a pointer to the allocated authreq structure or NULL if there is not enough memory.
void sdk_authreq_free
void sdk_authreq_free(sdk_authreq_t * authreq)
Usage
Frees the memory allocated for a request.
Input
authreq A pointer to an authreq.
int sdk_enqueue_authreq
int sdk_enqueue_authreq( sdk_authreq_t * authreq)
Usage
Enqueues the request to a request queue.
Input
authreq A pointer to an authreq.
Returns one of the following values:
• SDK_SUCCESS — if the operation succeeds.
• SDK_INVALID_ARG — if the arguments are invalid.
• SDK_FAILURE — if the operation fails.
APIs in the HP-UX AAA Server SDK 441