HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
PORT_INDICATION
AP_YES
One or more previous PLU indications were lost. Later fields in this VCB may be set to zeros.
AP_NO
No previous PLU indications were lost.
removed
This parameter is currently not used; a PLU indication is generated only when the LUs start to communicate,
and not when they stop communicating.
lu_alias
Local LU alias. This is an 8-byte ASCII string, padded on the right with spaces if the name is shorter than
8 bytes.
plu_alias
Partner LU alias. This is an 8-byte ASCII string, padded on the right with spaces if the name is shorter than
8 bytes.
fqplu_name
17-byte fully qualified network name for the partner LU. The name is a 17-byte EBCDIC string, padded on
the right with EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot
(period) character, and a network name of up to 8 A-string characters.
description
A null-terminated text string describing the partner LU, as specified in the definition of the partner LU.
partner_cp_name
17-byte fully qualified network name for the CP associated with the partner LU. This parameter is not used
if
partner_lu_located below is set to
AP_NO.
The name is a 17-byte EBCDIC string, padded on the right with EBCDIC spaces. It consists of a network
ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters.
partner_lu_located
Specifies whether the local node has located the CP where the partner LU is located. Possible values are:
AP_YES
The partner LU has been located. The partner_cp_name parameter contains the CP name of the partner
LU.
AP_NO
The partner LU has not yet been located. The partner_cp_name parameter should not be checked.
4.20 PORT_INDICATION
This indication is generated when a port is activated or deactivated.
4.20.1 VCB Structure
typedef struct port_indication
{
AP_UINT16 opcode; /* verb operation code */
795