ASAP 2.8 Server Manual
ASAP Data Definitions
HP NonStop ASAP Server Manual—522303-007
B-22
TCP/IP Entity Statistics
02 OpState type binary 16. ! Operational state
02 Error type binary 64. ! Error (if any)
02 ErrorState type binary 16. ! Error state (or remove)
02 TCPData type ZTCPData.
02 TCPState type ZTCPState.
02 UDPData type ZUDPData.
02 UDPState type ZUDPState.
02 IPData type ZIPData.
02 IPState type ZIPState.
02 QIOData type ZQIOData.
02 QIOState type ZQIOState.
02 RTEData type ZRTEData.
02 RTEState type ZRTEState.
02 ICMPData type ZICMPData.
02 ICMPState type ZICMPState.
END.
TCPIP SUBNET Entity Description ASAP 2.8
* This defines the structure written to ASAPCOL by the TCPIP SGP
DEF ZSubnetData.
02 out-pkts type binary 32.
02 Word type binary 16 redefines out-pkts.
02 in-pkts type binary 32.
02 out-errs type binary 32.
02 in-errs type binary 32.
02 ztype type binary 32.
02 mmacerrors type binary 32.
02 mmactimeouts type binary 32.
END.
DEF ZSubnetState.
02 out-pkts type binary 16.
02 Word type binary 16 redefines out-pkts.
02 in-pkts type binary 16.
02 out-errs type binary 16.
02 in-errs type binary 16.
02 ztype type binary 16.
02 mmacerrors type binary 16.
02 mmactimeouts type binary 16.
END.
DEFINITION SUBNET-Stats1. !Description.............Sect
02 system type binary 16 occurs 4 times. ! system name
02 word type binary 16 redefines system.! word alignment handle
02 sysname type character 8 redefines system.
02 P-key-x type *. ! sysno, domain & its 8.3
02 Q-key-x type * redefines P-key-x. ! enform q-key extended
02 event type *. ! ts, interval & info
02 Type type binary 16. ! Record type TCP,Subnet,Route,Telnet
02 AggRec type binary 16. ! AggRec indicator
02 Spare type binary 16 occurs 6 times. ! reserved
02 OpText type binary 16 occurs 4 times. ! Op state text
02 Status type character 1 redefines OpText.
02 OpState type binary 16. ! Operational state
02 Error type binary 64. ! Error (if any)
02 ErrorState type binary 16. ! Error state (or remove)
02 Data type ZSubnetData. ! SUBNET data
02 State type ZSubnetState. ! SUBNET states
END.