Bitdefender Hypervisor Memory Introspection
_WINNET_STATE::_BITMAP Struct Reference

Describe information about the TCP port pool containing listeners. More...

Data Fields

QWORD PortAssignment
 Will hold the address of the array of inet port assignment arrays in the port pool. More...
 
QWORD Buffer
 Will hold the address of the bitmap buffer in the port pool. More...
 
BOOLEAN Found
 TRUE if we managed to find the elements above. More...
 

Detailed Description

Describe information about the TCP port pool containing listeners.

Definition at line 53 of file winnet.c.

Field Documentation

◆ Buffer

QWORD _WINNET_STATE::_BITMAP::Buffer

Will hold the address of the bitmap buffer in the port pool.

Definition at line 56 of file winnet.c.

Referenced by IntWinNetFindTcpBitmap(), IntWinNetIterateConnections(), and IntWinNetParseTcpBitmap().

◆ Found

BOOLEAN _WINNET_STATE::_BITMAP::Found

TRUE if we managed to find the elements above.

Definition at line 58 of file winnet.c.

Referenced by IntWinNetFindTcpBitmap(), and IntWinNetFindTcpObjects().

◆ PortAssignment

QWORD _WINNET_STATE::_BITMAP::PortAssignment

Will hold the address of the array of inet port assignment arrays in the port pool.

Definition at line 55 of file winnet.c.

Referenced by IntWinNetFindTcpBitmap(), and IntWinNetParseTcpBitmap().


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