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
10
INTSTATUS
11
IntLixNetSendTaskConnections
(
12
_In_
LIX_TASK_OBJECT
*Task
13
);
14
15
INTSTATUS
16
IntLixNetSendGuestConnections
(
17
void
18
);
19
20
#endif // _LIX_NET_H_
_In_
#define _In_
Definition:
intro_sal.h:21
IntLixNetSendTaskConnections
INTSTATUS IntLixNetSendTaskConnections(LIX_TASK_OBJECT *Task)
Sends all active TCP/IP connections from a task to the integrator.
Definition:
lixnet.c:271
INTSTATUS
int INTSTATUS
The status data type.
Definition:
introstatus.h:24
IntLixNetSendGuestConnections
INTSTATUS IntLixNetSendGuestConnections(void)
Sends all active in-guest TCP/IP connections as events to the integrator.
Definition:
lixnet.c:388
_LIX_TASK_OBJECT
Definition:
lixprocess.h:38
lixprocess.h
introcore
include
lixnet.h
Generated by
1.8.13