Go to the documentation of this file.
31 #ifndef _TCP_MIB_MODULE_H
32 #define _TCP_MIB_MODULE_H
38 #ifndef TCP_MIB_SUPPORT
39 #define TCP_MIB_SUPPORT DISABLED
40 #elif (TCP_MIB_SUPPORT != ENABLED && TCP_MIB_SUPPORT != DISABLED)
41 #error TCP_MIB_SUPPORT parameter is not valid
45 #if (TCP_MIB_SUPPORT == ENABLED)
46 #define TCP_MIB_INC_COUNTER32(name, value) tcpMibBase.name += value
47 #define TCP_MIB_INC_COUNTER64(name, value) tcpMibBase.name += value
49 #define TCP_MIB_INC_COUNTER32(name, value)
50 #define TCP_MIB_INC_COUNTER64(name, value)
@ TCP_MIB_RTO_ALGORITHM_OTHER
@ TCP_MIB_CONN_STATE_SYN_SENT
@ TCP_MIB_CONN_STATE_LISTEN
@ TCP_MIB_CONN_STATE_DELETE_TCB
@ TCP_MIB_CONN_STATE_CLOSING
@ TCP_MIB_CONN_STATE_CLOSED
@ TCP_MIB_CONN_STATE_ESTABLISHED
TcpMibRtoAlgorithm
RTO calculation algorithm.
@ TCP_MIB_CONN_STATE_LAST_ACK
@ TCP_MIB_CONN_STATE_TIME_WAIT
@ TCP_MIB_RTO_ALGORITHM_CONSTANT
@ TCP_MIB_CONN_STATE_CLOSE_WAIT
TcpMibConnState
TCP connection states.
@ TCP_MIB_CONN_STATE_FIN_WAIT_1
const MibObject tcpMibObjects[]
TCP MIB objects.
@ TCP_MIB_CONN_STATE_FIN_WAIT_2
TcpMibBase tcpMibBase
TCP MIB base.
Common definitions for MIB modules.
@ TCP_MIB_RTO_ALGORITHM_RSRE
@ TCP_MIB_CONN_STATE_SYN_RECEIVED
const MibModule tcpMibModule
TCP MIB module.
@ TCP_MIB_RTO_ALGORITHM_VANJ