Bitdefender Hypervisor Memory Introspection
lixnet.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _LIX_NET_H_
6 #define _LIX_NET_H_
7 
8 #include "lixprocess.h"
9 
12  _In_ LIX_TASK_OBJECT *Task
13  );
14 
17  void
18  );
19 
20 #endif // _LIX_NET_H_
#define _In_
Definition: intro_sal.h:21
INTSTATUS IntLixNetSendTaskConnections(LIX_TASK_OBJECT *Task)
Sends all active TCP/IP connections from a task to the integrator.
Definition: lixnet.c:271
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntLixNetSendGuestConnections(void)
Sends all active in-guest TCP/IP connections as events to the integrator.
Definition: lixnet.c:388