HP-UX SNAplus2 NOF Programmer's Guide

NOF Indications
LOCAL_LU_INDICATION
Chapter 61138
LOCAL_LU_INDICATION
This indication is generated when a local LU is defined or deleted. This
indication can be used by a registered application to maintain a list of all
local LUs currently defined.
VCB Structure
typedef struct local_lu_indication
{
AP_UINT16 opcode; /* Indication operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char data_lost; /* Previous indication lost? */
unsigned char reason; /* reason for this indication */
unsigned char lu_name[8]; /* LU name */
DESCRIPTION description; /* resource description */
unsigned char lu_alias[8]; /* LU alias */
unsigned char nau_address; /* NAU address */
unsigned char reserv4; /* reserved */
unsigned char pu_name[8]; /* PU name */
unsigned char lu_sscp_active; /* Is LU-SSCP session active */
unsigned char reserv5; /* reserved */
SESSION_STATS lu_sscp_stats; /* LU-SSCP session statistics */
unsigned char sscp_id[6]; /* SSCP ID */
} LOCAL_LU_INDICATION;
typedef struct session_stats
{
AP_UINT16 rcv_ru_size; /* session receive RU size */
AP_UINT16 send_ru_size; /* session send RU size */
AP_UINT16 max_send_btu_size; /* max send BTU size */
AP_UINT16 max_rcv_btu_size; /* max receive BTU size */
AP_UINT16 max_send_pac_win; /* max send pacing window size */
AP_UINT16 cur_send_pac_win; /* current send pacing window size */
AP_UINT16 max_rcv_pac_win; /* max receive pacing window size */
AP_UINT16 cur_rcv_pac_win; /* current rcv pacing window size */
NB_COUNTER send_data_frames; /* number of data frames sent */
NB_COUNTER send_fmd_data_frames; /* num of fmd data frames sent */
NB_COUNTER send_data_bytes; /* number of data bytes sent */
NB_COUNTER rcv_data_frames; /* number of data frames received */
NB_COUNTER rcv_fmd_data_frames; /* num of fmd data frames received */
NB_COUNTER rcv_data_bytes; /* number of data bytes received */
unsigned char sidh; /* session ID high byte */