HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
ADD_DLC_TRACE
lter.message_type
The type of messages to trace for the specied resource or session. Set this parameter to AP_TRACE_ALL
to trace all messages, or specify one or more of the following values (combined using a logical OR):
AP_TRACE_XID
XID messages
AP_TRACE_SC
Session Control RUs
AP_TRACE_DFC
Data Flow Control RUs
AP_TRACE_FMD
FMD messages
AP_TRACE_SEGS
Non-BBIU segments that do not contain an RH
AP_TRACE_CTL
Messages other then MUs and XIDs
AP_TRACE_NLP
Trace Network-Layer Protocol messages
AP_TRACE_NC
Trace Network Control messages
For tracing on an RTP connection, the values AP_TRACE_XID, AP_TRACE_NLP, and AP_TRACE_CTL are
ignored. At least one of the other values listed must be specied for RTP tracing.
3.3.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.3.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_RESOURCE_TYPE
The resource_type parameter specied a value that was not valid.
87