HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
REGISTRATION_FAILURE
pu_sscp_stats.max_rcv_pac_win
Reserved (always set to zero).
pu_sscp_stats.cur_rcv_pac_win
Reserved (always set to zero).
pu_sscp_stats.send_data_frames
Number of normal ow data frames sent.
pu_sscp_stats.send_fmd_data_frames
Number of normal ow FMD data frames sent.
pu_sscp_stats.send_data_bytes
Number of normal ow data bytes sent.
pu_sscp_stats.rcv_data_frames
Number of normal ow data frames received.
pu_sscp_stats.rcv_fmd_data_frames
Number of normal ow FMD data frames received.
pu_sscp_stats.rcv_data_bytes
Number of normal ow data bytes received.
pu_sscp_stats.sidh
Session ID high byte.
pu_sscp_stats.sidl
Session ID low byte.
pu_sscp_stats.odai
Origin Destination Assignor Indicator. When bringing up a session, the sender of the BIND sets this eld to
zero if the local node contains the primary link station and sets it to one if the BIND sender is the node con-
taining the secondary link station.
pu_sscp_stats.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.22 REGISTRATION_FAILURE
REGISTRATION_FAILURE indicates that an attempt to register resources with the network node server failed.
4.22.1 VCB Structure
typedef struct registration_failure
{
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 */
799