HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DLUS
unsigned char persistent_pipe; /* reserved */
} DLUS_DATA;
typedef struct pipe_stats
{
AP_UINT32 reqactpu_sent; /* REQACTPUs sent to DLUS */
AP_UINT32 reqactpu_rsp_received; /* RSP(REQACTPU)s received */
/* from DLUS */
AP_UINT32 actpu_received; /* ACTPUs received from DLUS */
AP_UINT32 actpu_rsp_sent; /* RSP(ACTPU)s sent to DLUS */
AP_UINT32 reqdactpu_sent; /* REQDACTPUs sent to DLUS */
AP_UINT32 reqdactpu_rsp_received; /* RSP(REQDACTPU)s received */
/* from DLUS */
AP_UINT32 dactpu_received; /* DACTPUs received from DLUS */
AP_UINT32 dactpu_rsp_sent; /* RSP(DACTPU)s sent to DLUS */
AP_UINT32 actlu_received; /* ACTLUs received from DLUS */
AP_UINT32 actlu_rsp_sent; /* RSP(ACTLU)s sent to DLUS */
AP_UINT32 dactlu_received; /* DACTLUs received from DLUS */
AP_UINT32 dactlu_rsp_sent; /* RSP(DACTLU)s sent to DLUS */
AP_UINT32 sscp_pu_mus_rcvd; /* MUs for SSCP-PU sessions rcvd */
AP_UINT32 sscp_pu_mus_sent; /* MUs for SSCP-PU sessions sent */
AP_UINT32 sscp_lu_mus_rcvd; /* MUs for SSCP-LU sessions rcvd */
AP_UINT32 sscp_lu_mus_sent; /* MUs for SSCP-LU sessions sent */
} PIPE_STATS;
3.115.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DLUS
buf_ptr
A pointer to a data buffer that SNAplus2 will use to return the requested information.
buf_size
Size of the supplied data buffer.
num_entries
Maximum number of DLUSs for which data should be returned. To request data for a specic DLUS rather
than a range, specify the value 1. To return as many entries as possible, specify zero; in this case, SNAplus2
will return the maximum number of entries that can be accommodated in the supplied data buffer.
list_options
The position in the list from which SNAplus2 should begin to return data. Specify one of the following
values:
AP_FIRST_IN_LIST
Start at the rst entry in the list.
AP_LIST_INCLUSIVE
Start at the entry specied by the dlus_name parameter.
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specied by the dlus_name parameter.
428