|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tcpmib.h>
Public Attributes | |
| DWORD | dwState |
| DWORD | dwLocalAddr |
| DWORD | dwLocalPort |
| DWORD | dwRemoteAddr |
| DWORD | dwRemotePort |
| DWORD | dwOwningPid |
| DWORD _MIB_TCPROW_OWNER_PID::dwLocalAddr |
Definition at line 78 of file tcpmib.h.
Referenced by ShowTcpTable(), START_TEST(), and test_AllocateAndGetTcpExTableFromStack().
| DWORD _MIB_TCPROW_OWNER_PID::dwLocalPort |
Definition at line 79 of file tcpmib.h.
Referenced by ShowTcpTable(), START_TEST(), and test_AllocateAndGetTcpExTableFromStack().
| DWORD _MIB_TCPROW_OWNER_PID::dwOwningPid |
Definition at line 82 of file tcpmib.h.
Referenced by ShowTcpTable(), START_TEST(), and test_AllocateAndGetTcpExTableFromStack().
| DWORD _MIB_TCPROW_OWNER_PID::dwRemoteAddr |
Definition at line 80 of file tcpmib.h.
Referenced by ShowTcpTable(), START_TEST(), and test_AllocateAndGetTcpExTableFromStack().
| DWORD _MIB_TCPROW_OWNER_PID::dwRemotePort |
Definition at line 81 of file tcpmib.h.
Referenced by ShowTcpTable(), and test_AllocateAndGetTcpExTableFromStack().
| DWORD _MIB_TCPROW_OWNER_PID::dwState |
Definition at line 77 of file tcpmib.h.
Referenced by GetExtendedTcpTable(), ShowTcpTable(), START_TEST(), and test_AllocateAndGetTcpExTableFromStack().