ReactOS 0.4.16-dev-597-gdbf7844
|
#include <tcpmib.h>
Public Attributes | |
union { | |
DWORD dwState | |
MIB_TCP_STATE State | |
} | DUMMYUNIONNAME |
DWORD | dwLocalAddr |
DWORD | dwLocalPort |
DWORD | dwRemoteAddr |
DWORD | dwRemotePort |
union { ... } _MIB_TCPROW::DUMMYUNIONNAME |
DWORD _MIB_TCPROW::dwLocalAddr |
Definition at line 58 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
DWORD _MIB_TCPROW::dwLocalPort |
Definition at line 59 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
DWORD _MIB_TCPROW::dwRemoteAddr |
Definition at line 60 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
DWORD _MIB_TCPROW::dwRemotePort |
Definition at line 61 of file tcpmib.h.
Referenced by TcpTableSorter().
DWORD _MIB_TCPROW::dwState |
Definition at line 55 of file tcpmib.h.
Referenced by START_TEST().
MIB_TCP_STATE _MIB_TCPROW::State |
Definition at line 56 of file tcpmib.h.
Referenced by GetExtendedTcpTable().