HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_LU_0_TO_3
Chapter 4 763
unsigned char host_attachment; /* LU's host attachment */
} LU_0_TO_3_SUMMARY;
typedef struct lu_0_to_3_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char lu_name[8]; /* LU name */
unsigned char reserv1[2]; /* reserved */
LU_0_TO_3_DET_DATA det_data; /* Determined data */
LU_0_TO_3_DEF_DATA def_data; /* Defined data */
} LU_0_TO_3_DETAIL;
typedef struct lu_0_to_3_det_data
{
unsigned char lu_sscp_sess_active; /* Is LU-SSCP session active */
unsigned char appl_conn_active; /* Application is using LU */
unsigned char plu_sess_active; /* Is PLU-SLU session active */
unsigned char host_attachment; /* Host attachment */
SESSION_STATS lu_sscp_stats; /* reserved */
SESSION_STATS plu_stats; /* reserved */
unsigned char plu_name[8]; /* PLU name */
unsigned char session_id[8]; /* Internal ID of PLU-SLU sess */
unsigned char app_spec_det_data[256]; /* Application specified data */
unsigned char app_type; /* Type of application using LU */
unsigned char sscp_id[6]; /* sscp id */
unsigned char reserva[19]; /* reserved */
} LU_0_TO_3_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; /* maximum send BTU size */
AP_UINT16 max_rcv_btu_size; /* maximum rcv BTU size */
AP_UINT16 max_send_pac_win; /* maximum send pacing window size */
AP_UINT16 cur_send_pac_win; /* current send pacing window size */
AP_UINT16 max_rcv_pac_win; /* maximum receive pacing window */
/* size */
AP_UINT16 cur_rcv_pac_win; /* current receive pacing window */
/* size */
AP_UINT32 send_data_frames; /* number of data frames sent */
AP_UINT32 send_fmd_data_frames; /* num fmd data frames sent */
AP_UINT32 send_data_bytes; /* number of data bytes sent */
AP_UINT32 rcv_data_frames; /* number of data frames received */
AP_UINT32 rcv_fmd_data_frames; /* num fmd data frames received */
AP_UINT32 rcv_data_bytes; /* number of data bytes received */
unsigned char sidh; /* session ID high byte (from LFSID)*/
unsigned char sidl; /* session ID low byte (from LFSID) */
unsigned char odai; /* ODAI bit set */