HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_LU62_TIMEOUT
Chapter 4794
QUERY_LU62_TIMEOUT
The QUERY_LU62_TIMEOUT verb returns information about the
definition of an LU type 6.2 session timeout that was defined previously
with a DEFINE_LU62_TIMEOUT verb.
The information is returned as a list. To obtain information about a
specific timeout, or about several timeout values, specify values for the
resource_type
and
resource_name
parameters. If the
list_options
parameter is set to AP_FIRST_IN_LIST, the
resource_type
and
resource_name
parameters are ignored. The returned list is ordered on
resource_type
and then on
resource_name
.
For
resource_type
, the ordering is:
1. Global timeouts
2. Local LU timeouts
3. Partner LU timeouts
4. Mode timeouts
For
resource_name
, the ordering is by:
1. Name length
2. By ASCII lexicographical ordering for names of the same length
If the
list_options
parameter is set to AP_LIST_FROM_NEXT, the
returned list starts for the next entry according to the defined ordering
(whether or not the specified entry exists).
VCB Structure
typedef struct query_lu62_timeout
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2;
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char *buf_ptr; /* buffer pointer */
AP_UINT32 buf_size; /* buffer size */
AP_UINT32 total_buf_size; /* total buffer size */
AP_UINT16 num_entries; /* number of entries */
AP_UINT16 total_num_entries; /* total number of entries */