HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_STATISTICS
/* entered busy state (RNR) */
AP_UINT32 remote_busies; /* number of times remote link station */
/* has entered busy state (RNR) */
AP_UINT32 iframes_in; /* I-frames rcvd from adjacent link */
/* station */
AP_UINT32 iframes_out; /* I-frames sent to adjacent link station*/
AP_UINT32 retransmits_in; /* Total number of retransmitted */
/* I-frames received
AP_UINT32 retransmits_out; /* I-frames retransmitted since LS */
/* start-up */
AP_UINT32 ioctets_in; /* bytes in I-frames received */
AP_UINT32 ioctets_out; /* bytes in I-frames sent */
AP_UINT32 uiframes_in; /* reserved */
AP_UINT32 uiframes_out; /* reserved */
AP_UINT32 xids_in; /* XIDs rcvd from adjacent link station */
AP_UINT32 xids_out; /* XIDs sent to adjacent link station */
AP_UINT32 tests_in; /* TEST frames received */
AP_UINT32 tests_out; /* TEST frames sent */
AP_UINT32 rejs_in; /* REJ frames received */
AP_UINT32 rejs_out; /* REJ frames sent */
AP_UINT32 frmrs_in; /* FRMR frames received */
AP_UINT32 frmrs_out; /* FRMR frames sent */
AP_UINT32 sims_in; /* SIM frames received */
AP_UINT32 sims_out; /* SIM frames sent */
AP_UINT32 rims_in; /* RIM frames received */
AP_UINT32 rims_out; /* RIM frames sent */
AP_UINT32 disc_in; /* reserved */
AP_UINT32 disc_out; /* reserved */
AP_UINT32 ua_in; /* reserved */
AP_UINT32 ua_out; /* reserved */
AP_UINT32 dm_in; /* reserved */
AP_UINT32 dm_out; /* reserved */
AP_UINT32 snrm_in; /* SNRM frames received */
AP_UINT32 snrm_out; /* SNRM frames sent */
} SDL_LS_STATS_TABLE;
LS operational information for SDLC:
typedef struct sdl_ls_oper_table
{
V0_MUX_INFO mux_info; /* streams config info */
AP_UINT32 index; /* index of port that owns LS */
unsigned char address; /* poll address of secondary link station */
unsigned char reserve; /* reserved */
AP_UINT16 role; /* current role of link station */
unsigned char name[8]; /* reserved */
AP_UINT16 state; /* operational state of LS */
AP_UINT16 maxdata; /* current max PDU size for logical link */
AP_UINT32 replyto; /* current reply timeout */
AP_UINT32 maxin; /* current max unackd frames LS can receive*/
AP_UINT32 maxout; /* current max unackd frames LS can send */
unsigned char modulo; /* sequence number modulus */
unsigned char reserv2[3]; /* reserved */
AP_UINT32 retries_m; /* number of retries in a retry sequence */
AP_UINT32 retries_t; /* interval between retry sequences */
AP_UINT32 retries_n; /* number of times to repeat retry sequence */
AP_UINT32 rnrlimit; /* how long adjacent LS can be in RNR state */
/* before it is considered inoperative */
unsigned char datmode; /* communications mode with adjacent LS */
unsigned char last_fail_cause; /* reserved */
657