HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_DLUR_PU
Chapter 4 643
unsigned char pu_id[4]; /* PU identifier */
unsigned char pu_location; /* downstream or local PU */
unsigned char active_dlus_name[17]; /* active DLUS name */
unsigned char ans_support; /* auto network shutdown support*/
unsigned char pu_status; /* status of the PU */
unsigned char dlus_session_status; /* status of the DLUS pipe */
unsigned char reserv3; /* reserved */
FQPCID fqpcid; /* FQPCID used on pipe */
AP_UINT16 dlus_retry_timeout; /* DLUR retry timeout */
AP_UINT16 dlus_retry_limit; /* DLUR retry limit */
} DLUR_PU_DETAIL
typedef struct fqpcid
{
unsigned char pcid[8]; /* procedure correlator identifier */
unsigned char fqcp_name[17]; /* originator's network qualified */
/* CP name */
unsigned char reserve3[3]; /* reserved */
} FQPCID;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DLUR_PU
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.
buf_size
Size of the supplied data buffer.
num_entries
Maximum number of DLUR PUs for which data should
be returned. To request data for a specific PU rather
than a range, specify the value 1. To return as many