HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_LOCAL_LU
Chapter 4712
LOCAL_LU_DET_DATA det_data; /* determined data */
} LOCAL_LU_DETAIL;
typedef struct local_lu_def_data
{
unsigned char description[32]; /* resource description */
unsigned char reserv1; /* reserved */
unsigned char security_list_name[14] /* security access list name */
unsigned char lu_alias[8]; /* local LU alias */
unsigned char nau_address; /* NAU address */
unsigned char syncpt_support; /* is Syncpoint supported? */
AP_UINT16 lu_session_limit; /* LU session limit */
unsigned char default_pool; /* is LU in the pool of default */
/* LUs? */
unsigned char reserv2; /* reserved */
unsigned char pu_name[8]; /* PU name */
unsigned char lu_attributes; /* LU attributes */
unsigned char sscp_id[6]; /* SSCP ID */
unsigned char reserv3[1]; /* reserved */
ATTACH_ROUTING_DATA attach_routing_data; /* routing data for incoming */
/* attaches */
} LOCAL_LU_DEF_DATA;
typedef struct local_lu_det_data
{
unsigned char lu_sscp_sess_active; /* Is LU-SSCP session active */
unsigned char appl_conn_active; /* application is using LU */
unsigned char reserve1[2]; /* reserved */
SESSION_STATS lu_sscp_stats; /* LU-SSCP session statistics */
unsigned char sscp_id[6]; /* SSCP ID */
} LOCAL_LU_DET_DATA;
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 rcv BTU size */
AP_UINT16 max_send_pac_win; /* max send pacing window size */
AP_UINT16 cur_send_pac_win; /* current send pacing win size */
AP_UINT16 max_rcv_pac_win; /* max receive pacing win size */
AP_UINT16 cur_rcv_pac_win; /* current receive 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; /* num data frames received */
NB_COUNTER rcv_fmd_data_frames; /* num of fmd data frames recvd */
NB_COUNTER rcv_data_bytes; /* number of data bytes received*/
unsigned char sidh; /* session ID high byte */