HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
RTP_INDICATION
/* received */
AP_UINT32 in_sc_frames; /* number of SC frames received */
AP_UINT32 out_sc_frames; /* number of SC frames sent */
AP_INT32 delay_change_sum; /* delay change sum */
AP_UINT32 current_receiver_threshold;
/* current ARB-R receiver threshold */
AP_UINT32 minimum_receiver_threshold;
/* minimum ARB-R receiver threshold */
AP_UINT32 maximum_receiver_threshold;
/* maximum ARB-R receiver threshold */
AP_UINT32 sent_normals_count; /* number of NORMALs sent */
AP_UINT32 sent_slowdowns_count; /* number of SLOWDOWNs sent */
AP_UINT32 rcvd_normals_count; /* number of NORMALs received */
AP_UINT32 rcvd_slowdowns_count; /* number of SLOWDOWNs received */
AP_UINT32 dcs_reset_count_non_heal;
/* number of non-healing resets */
AP_UINT16 dcs_reset_count_healing;
/* number of self-healing resets */
unsigned char arb_mode; /* ARB mode (GREEN, YELLOW, RED) */
unsigned char reserve[1]; /* reserved */
} RTP_STATISTICS;
4.23.2 Parameters
opcode
AP_RTP_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous directory 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 directory indications were lost. Later fields in this VCB may be set to zeros.
AP_NO
No previous directory indications were lost.
connection_state
The current state of the RTP connection. Possible values are:
AP_CONNECTING
Connection setup has started but is not yet complete.
AP_CONNECTED
The connection is fully active.
AP_DISCONNECTED
The connection is no longer active.
rtp_name
RTP connection name. This name is an 8-byte string in a locally displayable character set. All eight bytes
are significant.
num_sess_active
802