HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DLC_TRACE
AP_LIST_INCLUSIVE
Start at the entry specied by the
lter_entry
structure.
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specied by the
lter_entry structure.
For more information about how the list is ordered and how the application can obtain specic entries from
it, see Section 2.7,
List Options For QUERY_* Verbs.
list_type
The type of resource for which to list tracing options. Possible values are:
AP_ALL_DLC_TRACES
List all specied tracing options (for any resource type).
AP_ALL_RESOURCES
List the tracing options specied for all resources (dened using ADD_DLC_TRACE with a resource
type of AP_ALL_RESOURCES).
AP_DLC
List tracing options for DLC resources.
AP_PORT
List tracing options for port resources for which all LSs are traced.
AP_LS
List tracing options for LS resources.
AP_RTP_RESOURCE_TYPE
List tracing options for RTP connection resources.
AP_PORT_DEFINED_LS
List tracing options for port resources for which only dened LSs (not implicit LSs) are traced.
AP_PORT_IMPLICIT_LS
List tracing options for port resources for which only implicit LSs (not dened LSs) are traced.
lter_entry.resource_type
Species the resource type of the entry to be returned, or the entry to be used as an index into the list.
This parameter is used only if list_type is set to AP_ALL_DLC_TRACES and list_options is not set to
AP_FIRST_IN_LIST. Possible values are:
AP_ALL_RESOURCES
The required entry species the options used for tracing all DLCs, ports, and LSs.
AP_DLC
The required entry species tracing options for the DLC named in resource_name, and for all ports and
LSs that use this DLC.
AP_PORT
The required entry species tracing options for the port named in resource_name, and for all LSs that
use this port.
AP_LS
411