HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
ADD_DLC_TRACE
3.3.2 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, link stations, and HPR RTP connections.
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
Set up tracing options for the LS named in resource_name.
AP_RTP_RESOURCE_TYPE
Specify tracing options for the RTP connection named in resource_name.
AP_PORT_DEFINED_LS
Set up tracing options for the port named in resource_name, and for all defined LSs (but not implicit
LSs) that use this port.
AP_PORT_IMPLICIT_LS
Set up tracing options for the port named in resource_name, and for all implicit LSs (but not defined
LSs) that use this port.
filter.resource_name
The name of the DLC, port, LS, or RTP connection for which tracing is being activated. This parameter is
reserved if resource_type is set to AP_ALL_RESOURCES.
If resource_type is set to AP_RTP_RESOURCE_TYPE, you can specify the name of a particular RTP
connection (this name begins with the @ character), or you can set this parameter to all zeros to indicate
that all RTP traffic is to be traced.
filter.lfsid
The Local Form Session Identifier for a session on the specified LS. This is only valid for resource_type
AP_LS, and indicates that only messages on this session are to be traced. The structure contains the following
three values, which are returned in the SESSION_STATS section of a QUERY_SESSION verb:
filter.lfsid.uu.s.sidh
Session ID high byte.
filter.lfsid.uu.s.sidl
Session ID low byte.
filter.lfsid.odai
Origin Destination Assignor Indicator.
86