|
Bitdefender Hypervisor Memory Introspection
|
#include "lixprocess.h"Go to the source code of this file.
Functions | |
| INTSTATUS | IntLixNetSendTaskConnections (LIX_TASK_OBJECT *Task) |
| Sends all active TCP/IP connections from a task to the integrator. More... | |
| INTSTATUS | IntLixNetSendGuestConnections (void) |
| Sends all active in-guest TCP/IP connections as events to the integrator. More... | |
| INTSTATUS IntLixNetSendGuestConnections | ( | void | ) |
Sends all active in-guest TCP/IP connections as events to the integrator.
This function will iterate all processes running inside the guest and send all their active TCP/IP connections.
| INTSTATUS IntLixNetSendTaskConnections | ( | LIX_TASK_OBJECT * | Task | ) |
Sends all active TCP/IP connections from a task to the integrator.
This function will iterate all file descriptors for the given process and for those that refer to a socket will attempt to extract the connection details if the protocol used is TCP IPv4 or IPv6.
| [in] | Task | The Linux process. |
Definition at line 271 of file lixnet.c.
Referenced by IntLixNetSendGuestConnections(), and IntLixVmaHandlePageExecution().