HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
RTP_INDICATION
Number of sessions currently active on the connection.
indication_cause
Cause of the indication. Possible values are:
AP_ACTIVATED
The connection has become active.
AP_DEACTIVATED
The connection has become inactive.
AP_PATH_SWITCHED
The connection has successfully completed a path switch.
AP_SESS_COUNT_CHANGING
The number of active sessions using the connection has changed.
AP_SETUP_FAILED
The connection has failed before becoming fully active.
connection_type
Specifies the type of sessions on the RTP connection. Possible values are:
AP_RTP_CP_CP_SESSION
The RTP connection carries CP-CP sessions.
AP_RTP_LU_LU_SESSION
The RTP connection carries LU-LU sessions.
AP_RTP_ROUTE_SETUP
The RTP connection is used for route setup.
The following parameters are supplied only when the connection becomes inactive (when the
indication_cause pa-
rameter is set to
AP_DEACTIVATED or
AP_SETUP_FAILED). In all other cases, the following parameters are reserved.
rtp_stats.bytes_sent
Total number of bytes that the local node has sent on this RTP connection.
rtp_stats.bytes_received
Total number of bytes that the local node has received on this RTP connection.
rtp_stats.bytes_resent
Total number of bytes that the local node has resent on this RTP connection because of loss in transit.
rtp_stats.bytes_discarded
Total number of bytes sent by the other end of the RTP connection that were discarded as duplicates of data
already received.
rtp_stats.packets_sent
Total number of packets that the local node has sent on this RTP connection.
rtp_stats.packets_received
Total number of packets that the local node has received on this RTP connection.
rtp_stats.packets_resent
Total number of packets that the local node has resent on this RTP connection because of loss in transit.
rtp_stats.packets_discarded
803