|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tcpmib.h>
Public Attributes | |
| union { | |
| DWORD dwState | |
| MIB_TCP_STATE State | |
| }; | |
| DWORD | dwLocalAddr |
| DWORD | dwLocalPort |
| DWORD | dwRemoteAddr |
| DWORD | dwRemotePort |
| union { | |
| DWORD dwState | |
| MIB_TCP_STATE State | |
| } | DUMMYUNIONNAME |
| union { ... } _MIB_TCPROW::@3440 |
| union { ... } _MIB_TCPROW::DUMMYUNIONNAME |
| DWORD _MIB_TCPROW::dwLocalAddr |
Definition at line 44 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
| DWORD _MIB_TCPROW::dwLocalPort |
Definition at line 45 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
| DWORD _MIB_TCPROW::dwRemoteAddr |
Definition at line 46 of file tcpmib.h.
Referenced by START_TEST(), and TcpTableSorter().
| DWORD _MIB_TCPROW::dwRemotePort |
Definition at line 47 of file tcpmib.h.
Referenced by TcpTableSorter().
| DWORD _MIB_TCPROW::dwState |
Definition at line 41 of file tcpmib.h.
Referenced by START_TEST().
| MIB_TCP_STATE _MIB_TCPROW::State |
Definition at line 42 of file tcpmib.h.
Referenced by GetExtendedTcpTable().