OpenVAS Libraries
9.0.3
|
Go to the source code of this file.
Macros | |
#define | INTERNAL_COMM_MSG_TYPE_CTRL (1 << 16) |
#define | INTERNAL_COMM_MSG_TYPE_DATA (1 << 18) |
#define | INTERNAL_COMM_CTRL_FINISHED (1 << 0) |
#define | INTERNAL_COMM_CTRL_ACK (1 << 1) |
#define INTERNAL_COMM_CTRL_ACK (1 << 1) |
Definition at line 34 of file internal_com.h.
Referenced by internal_recv().
#define INTERNAL_COMM_CTRL_FINISHED (1 << 0) |
Definition at line 33 of file internal_com.h.
#define INTERNAL_COMM_MSG_TYPE_CTRL (1 << 16) |
Definition at line 30 of file internal_com.h.
Referenced by internal_recv(), and internal_send().
#define INTERNAL_COMM_MSG_TYPE_DATA (1 << 18) |
Definition at line 31 of file internal_com.h.