HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_PARTNER_LU
Chapter 4 863
unsigned char partner_cp_name[17]; /* partner LU CP name */
unsigned char partner_lu_located; /* CP name resolved? */
} PLU_SUMMARY;
typedef struct plu_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char plu_alias[8]; /* partner LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner LU name */
unsigned char reserv1; /* reserved */
unsigned char description[32]; /* resource description */
unsigned char reserv2[16]; /* reserved */
AP_UINT16 act_sess_count; /* currently active sessions count */
unsigned char partner_cp_name[17]; /* partner LU CP name */
unsigned char partner_lu_located; /* CP name resolved? */
unsigned char plu_un_name[8]; /* partner LU uninterpreted name */
unsigned char parallel_sess_supp; /* parallel sessions supported? */
unsigned char conv_security; /* conversation security */
AP_UINT16 max_mc_ll_send_size; /* maximum send LL size for mapped */
/* conversations */
unsigned char implicit; /* implicit or explicit entry */
unsigned char security_details; /* session security details */
unsigned char duplex_support; /* full-duplex support */
unsigned char preference; /* reserved */
unsigned char reserva[16]; /* reserved */
} PLU_DETAIL;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_PARTNER_LU
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.