HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_RTP_TUNING
The ARB mode has not yet been determined because the RTP connection is not yet established.
3.154.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_RTP_CONNECTION
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied name, but the rtp_name parameter was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.154.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.155 QUERY_RTP_TUNING
QUERY_RTP_TUNING returns information about the parameters that will be used for future RTP connections.
This information was previously set up using DEFINE_RTP_TUNING.
3.155.1 VCB Structure
typedef struct query_rtp_tuning
{
AP_UINT16 opcode; /* Verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char path_switch_attempts; /* number of path switch attempts */
unsigned char short_req_retry_limit; /* short request timer retry limit */
AP_UINT16 path_switch_times[4]; /* path switch times */
unsigned char reserved[90]; /* reserved */
} QUERY_RTP_TUNING;
3.155.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_RTP_TUNING
640