HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
MODE_INDICATION
Number of normal flow FMD data frames sent.
send_data_bytes
Number of normal flow data bytes sent.
rcv_data_frames
Number of normal flow data frames received.
rcv_fmd_data_frames
Number of normal flow FMD data frames received.
rcv_data_bytes
Number of normal flow data bytes received.
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 field
to zero if the local node contains the primary link station, and sets it to one if the BIND sender is the node
containing the secondary link station.
ls_name
Link station name associated with statistics. This is an 8-byte ASCII character string, right-padded with
spaces if the name is shorter than 8 characters.
4.15 MODE_INDICATION
This indication is sent when a local LU and partner LU start to communicate using a particular mode, or when the
active session count for the LU-LU-mode combination changes.
4.15.1 VCB Structure
typedef struct mode_indication
{
AP_UINT16 opcode; /* verb 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 removed; /* is entry being removed? */
unsigned char lu_alias[8]; /* LU alias */
unsigned char plu_alias[8]; /* partner LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner LU name */
unsigned char mode_name[8]; /* mode name */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
AP_UINT16 curr_sess_count; /* current session count */
unsigned char reserva[20]; /* reserved */
788