HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_RTP_CONNECTION
Fully qualified name of the destination control point for the RTP portion of the session. The name is a
17-byte EBCDIC string, right-padded 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.
rtp_connection_summary.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.
rtp_connection_summary.cos_name
Name of the class of service used by the RTP connection. This name is an EBCDIC string padded on the
right with EBCDIC spaces.
rtp_connection_summary.num_sess_active
Number of sessions active on this RTP connection.
rtp_connection_detail.overlay_size
The size of the returned
rtp_connection structure, and therefore the offset to the start of the next entry in the
data buffer.
When your application needs to go through the returned buffer to find each
rtp_connection_detail
structure in
turn, it must use this value to move to the correct offset for the next data structure, and must not use the
C
sizeof() operator. This is because the size of the returned overlay may increase in future releases of
SNAplus2; using the returned overlay size ensures that your application will continue to work with future
releases.
rtp_connection_detail.rtp_name
Name of the RTP connection. This is an 8-byte ASCII string, padded on the right with spaces if the name is
shorter than 8 bytes.
rtp_connection_detail.first_hop_ls_name
Name of the link station of the first hop of the RTP connection. This is an 8-byte ASCII string, padded on
the right with spaces if the name is shorter than 8 bytes.
rtp_connection_detail.dest_node_name
Fully qualified name of the destination control point for the RTP portion of the session. The name is a
17-byte EBCDIC string, right-padded 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.
rtp_connection_detail.isr_boundary_fn
Specifies whether the RTP Connection is being used for any ISR session for which the local node is providing
HPR-APPN Boundary Function. Possible values are:
AP_YES
The RTP connection is being used for an ISR session for which the local node is providing HPR-APPN
Boundary Function.
AP_NO
The RTP connection is not being used for an ISR session for which the local node is providing HPR-
APPN Boundary Function.
636