HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
REMOVE_DLC_TRACE
unsigned char resource_type; /* type of resource */
unsigned char resource_name[8]; /* name of resource */
SNA_LFSID lfsid; /* session identifier */
unsigned char message_type; /* type of messages */
} DLC_TRACE_FILTER;
typedef struct sna_lfsid
{
union
{
AP_UINT16 session_id;
struct
{
unsigned char sidh;
unsigned char sidl;
}s;
} uu;
AP_UINT16 odai;
} SNA_LFSID;
3.171.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_REMOVE_DLC_TRACE
resource_type
The resource type of the trace entry to remove or modify. Possible values are:
AP_ALL_DLC_TRACES
Remove all DLC tracing options, so that no resources are traced. If this option is specied, the remaining
parameters on this verb (resource_name through message_type) are reserved.
AP_ALL_RESOURCES
Remove or modify the tracing options used for tracing all DLCs, ports, and LSs; resources for which
DLC_TRACE entries are explicitly dened will continue to be traced.
AP_DLC
Remove or modify tracing for the DLC named in resource_name, and for all ports and LSs that use
this DLC.
AP_PORT
Remove or modify tracing for the port named in resource_name, and for all LSs that use this port.
AP_LS
Remove or modify tracing for the LS named in resource_name.
AP_RTP
Remove or modify tracing for the RTP (rapid transport protocol) connection named in resource_name.
AP_PORT_DEFINED_LS
Modify tracing for the port named in resource_name and its dened LSs.
AP_PORT_IMPLICIT_LS
700