HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_DOWNSTREAM_LU
Chapter 4662
unsigned char lu_sscp_sess_active; /* Is LU-SSCP session active */
unsigned char plu_sess_active; /* Is PLU-SLU session active */
} DOWNSTREAM_LU_SUMMARY;
typedef struct downstream_lu_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char dslu_name[8]; /* LU name */
unsigned char reserv1[2]; /* reserved */
DOWNSTREAM_LU_DET_DATA det_data; /* Determined data */
DOWNSTREAM_LU_DEF_DATA def_data; /* Defined data */
} DOWNSTREAM_LU_DETAIL;
typedef struct downstream_lu_det_data
{
unsigned char lu_sscp_sess_active; /* Is LU-SSCP session active */
unsigned char plu_sess_active; /* Is PLU-SLU session active */
unsigned char dspu_services; /* Type of service provided to */
/* downstream node */
unsigned char reserv1; /* reserved */
SESSION_STATS lu_sscp_stats; /* LU-SSCP session statistics */
SESSION_STATS ds_plu_stats; /* Downstream PLU-SLU session */
/* statistics */
SESSION_STATS us_plu_stats; /* Upstream PLU-SLU session */
/* statistics */
unsigned char host_lu_name[8]; /* Determined host LU name */
unsigned char host_pu_name[8]; /* Determined host PU name */
unsigned char reserva[4]; /* reserved */
} DOWNSTREAM_LU_DET_DATA;
typedef struct downstream_lu_def_data
{
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char nau_address; /* downstream LU nau address */
unsigned char dspu_name[8]; /* Downstream PU name */
unsigned char host_lu_name[8]; /* Host LU or Pool name */
unsigned char allow_timeout; /* Allow timeout of host LU */
unsigned char delayed_logon; /* Allow delayed logon to */
/* host LU */
DOWNSTREAM_LU_DEF_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*/