Bitdefender Hypervisor Memory Introspection
_WINNET_STATE::_PARTITION Struct Reference

Describe information about the TCP partition containing endpoints. More...

Data Fields

QWORD Table
 Will hold the address of the TCP partition table. More...
 
DWORD Count
 Will hold the number of elements inside the partition table. More...
 
DWORD Size
 Will hold the size of a partition element. More...
 
BOOLEAN Found
 TRUE if we managed to find the elements above. More...
 

Detailed Description

Describe information about the TCP partition containing endpoints.

Definition at line 43 of file winnet.c.

Field Documentation

◆ Count

DWORD _WINNET_STATE::_PARTITION::Count

Will hold the number of elements inside the partition table.

Definition at line 46 of file winnet.c.

Referenced by IntWinNetFindTcpPartition(), and IntWinNetParseTcpPartition().

◆ Found

BOOLEAN _WINNET_STATE::_PARTITION::Found

TRUE if we managed to find the elements above.

Definition at line 49 of file winnet.c.

Referenced by IntWinNetFindTcpObjects(), and IntWinNetFindTcpPartition().

◆ Size

DWORD _WINNET_STATE::_PARTITION::Size

Will hold the size of a partition element.

Definition at line 47 of file winnet.c.

Referenced by IntWinNetFindTcpPartition(), and IntWinNetParseTcpPartition().

◆ Table

QWORD _WINNET_STATE::_PARTITION::Table

Will hold the address of the TCP partition table.

Definition at line 45 of file winnet.c.

Referenced by IntWinNetFindTcpPartition(), IntWinNetIterateConnections(), and IntWinNetParseTcpPartition().


The documentation for this struct was generated from the following file: