HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
LOCAL_LU_INDICATION
sidh
Session ID high byte.
sidl
Session ID low byte.
odai
Origin Destination Assignor Indicator. When bringing up a session, the sender of the BIND sets this eld
to zero if its local node contains the primary link station, and sets it to one if its local node contains the
secondary link station.
ls_name
Link station name associated with statistics. This is an 8-byte ASCII string, padded on the right with spaces
if the name is shorter than 8 bytes, which can be used to correlate the session statistics with the link over
which the session trafc ows.
4.11 LOCAL_LU_INDICATION
This indication is generated when a local LU is dened or deleted. This indication can be used by a registered
application to maintain a list of all local LUs currently dened.
4.11.1 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 */
775