HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_CS_TRACE
The types of tracing currently active. For more information about these trace types, see Section 3.176,
SET_CS_TRACE.
If no tracing is active, or if tracing of all types is active, this is one of the following values:
AP_NO_TRACE
No tracing.
AP_ALL_TRACE
Tracing of all types.
If tracing is being used on specific interfaces, this parameter is set to one or more values from the list below,
combined using a logical
OR operation.
AP_CS_ADMIN_MSG
Internal messages relating to client-server topology
AP_CS_DATAGRAM
Datagram messages
AP_CS_DATA
Data messages
trace_direction
Specifies the direction or directions in which tracing is active. This parameter is not used if trace_flags is set
to
AP_NO_TRACE. Possible values are:
AP_CS_SEND
Messages flowing from the target computer to the computer defined by dest_sys are traced.
AP_CS_RECEIVE
Messages flowing from the computer defined by dest_sys to the target computer are traced.
AP_CS_BOTH
Messages flowing in both directions are traced.
3.104.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_NAME_NOT_FOUND
The server specified by the dest_sys parameter did not exist or was not started.
AP_LOCAL_SYSTEM
The server specified by the dest_sys parameter is the same as the target node to which this verb was
issued.
AP_INVALID_TARGET
The verb was issued on a standalone server. This verb can only be issued on a client-server system.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
387