HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_ISR_SESSION
isr_session_detail.overlay_size
The size of the returned
isr_session_detail
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
isr_session_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.
isr_session_detail.fqpcid.pcid
Procedure Correlator ID.
isr_session_detail.fqpcid.fqcp_name
Fully qualified CP name. 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.
isr_session_detail.trans_pri
Transmission priority. This parameter has one of the following values:
AP_LOW AP_MEDIUM
AP_HIGH AP_NETWORK
isr_session_detail.cos_name
Class of service name. This is an 8-byte alphanumeric type-A EBCDIC string (starting with a letter), padded
on the right with EBCDIC spaces.
isr_session_detail.ltd_res
Specifies whether the session uses a limited resource link. Possible values are:
AP_YES
Session uses a limited resource link.
AP_NO
Session does not use a limited resource link.
For each of the two sessions (primary and secondary), the
extended_session_stats structure contains the
following fields, each preceded by
isr_session_detail.pri_ext_sess_stats.*_* for the primary session and
isr_session_detail.sec_ext_sess_stats.*_* for the secondary session:
rcv_ru_size
Maximum receive RU size.
send_ru_size
Maximum send RU size.
max_send_btu_size
Maximum BTU size that can be sent.
max_rcv_btu_size
Maximum BTU size that can be received.
max_send_pac_win
Maximum size of the send pacing window.
cur_send_pac_win
Current size of the send pacing window.
send_rpc
466