HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
DLUS_INDICATION
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char data_lost; /* previous indication lost */
unsigned char deactivated; /* has DLUS become inactive? */
unsigned char dlus_name[17]; /* DLUS name */
unsigned char reserv1; /* reserved */
PIPE_STATS pipe_stats; /* pipe statistics */
unsigned char persistent_pipe_support; /* reserved */
unsigned char persistent_pipe; /* reserved */
unsigned char reserva[18]; /* reserved */
} DLUS_INDICATION;
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 reqactpu_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;
4.6.2 Parameters
opcode
AP_DLUS_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous DLUS indications have been lost. If SNAplus2 detects a condition that
prevents it from sending an indication (for example an internal resource shortage), it indicates this by setting
the data_lost parameter on the next indication after the condition has cleared. Possible values are:
AP_YES
One or more previous downstream LU indications were lost. Later fields in this VCB may be set to
zeros.
AP_NO
No previous downstream LU indications were lost.
deactivated
Specifies whether the pipe has become inactive or become active. Possible values are:
AP_YES
762