HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_SESSION
Chapter 4 925
/* correlator ID */
} SESSION_SUMMARY;
typedef struct session_detail
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char plu_alias[8]; /* partner LU alias */
unsigned char fqplu_name[17]; /* fully qualified partner LU name */
unsigned char reserv3[3]; /* reserved */
unsigned char mode_name[8]; /* mode name */
unsigned char session_id[8]; /* session ID */
FQPCID fqpcid; /* fully qualified procedure */
/* correlator ID */
unsigned char cos_name[8]; /* Class of Service name */
unsigned char trans_pri; /* Transmission priority: */
unsigned char ltd_res; /* Session spans a limited resource */
unsigned char polarity; /* Session polarity */
unsigned char contention; /* Session contention */
SESSION_STATS sess_stats; /* Session statistics */
unsigned char duplex_support /* full-duplex support */
unsigned char sscp_id /* SSCP ID of host */
unsigned char reserva; /* reserved */
AP_UINT32 session_start_time /* start time of the session */
AP_UINT16 session_timeout /* session timeout */
unsigned char reservb[7]; /* reserved */
unsigned char plu_slu_comp_lvl /* PLU to SLU compression level */
unsigned char slu_plu_comp_lvl /* SLU to PLU compression level */
unsigned char rscv_len; /* Length of following RSCV */
} SESSION_DETAIL;
The session detail structure may be followed by a Route Selection
Control Vector (RSCV) as defined by SNA Formats. This control vector
defines the session route through the network and is carried on the
BIND. This RSCV is included only if the node's configuration (specified
using DEFINE_NODE) indicates that endpoint RSCVs should be stored.
typedef struct fqpcid
{
unsigned char pcid[8]; /* procedure correlator identifier */
unsigned char fqcp_name[17]; /* originator's network qualified */
/* CP name */
unsigned char reserve3[3]; /* reserved */
} FQPCID
;
typedef struct session_stats
{
AP_UINT16 rcv_ru_size; /* session receive RU size */