HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
ADD_DLC_TRACE
Chapter 3 125
} 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;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_ADD_DLC_TRACE
filter.resource_type
Specifies the resource to be traced, and optionally the
specific message types to be traced for this resource.
Possible values are:
AP_ALL_RESOURCES
Set up tracing options for all DLCs,
ports, and LSs.
AP_DLC
Set up tracing options for the DLC
named in
resource_name
, and for all
ports and LSs that use this DLC.
AP_PORT
Set up tracing options for the port
named in
resource_name
, and for all
LSs that use this port.
AP_LS