HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
DOWNSTREAM_LU_INDICATION
unsigned char ls_name[8]; /* Link station name */
unsigned char reserve; /* reserved */
} SESSION_STATS;
4.7.2 Parameters
opcode
AP_DOWNSTREAM_LU_INDICATION
primary_rc
AP_OK
data_lost
Species whether any previous downstream LU indications have been lost. If SNAplus2 detects a condition
that prevents it from sending an indication (for example an internal resource shortage), it indicates this by
setting the
data_lost parameter on the next indication after the condition has cleared. Possible values are:
AP_YES
One or more previous downstream LU indications were lost. Later elds in this VCB may be set to
zeros.
AP_NO
No previous downstream LU indications were lost.
dspu_name
Name of the downstream PU associated with the downstream LU. This is an 8-byte alphanumeric type-A
EBCDIC string (starting with a letter), padded on the right with EBCDIC spaces.
ls_name
Name of the link station associated with the downstream LU. This is an 8-byte ASCII string, padded on the
right with spaces if the name is shorter than 8 characters.
dslu_name
Name of the downstream LU. This is an 8-byte alphanumeric type-A EBCDIC string (starting with a letter),
padded on the right with EBCDIC spaces.
description
A null-terminated text string describing the downstream LU, as specied in the denition of the LU.
nau_address
Network accessible unit address of the LU.
lu_sscp_sess_active
Species whether the LU-SSCP session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is not active.
plu_sess_active
Species whether the PLU-SLU session is active. Possible values are:
AP_YES
The session is active.
765