#include <cstdint>
#include "byte_stream.h"
#include "net_utils_base.h"
#include "span.h"
Go to the source code of this file.
|
| namespace | epee |
| | TODO: (mj-xmr) This will be reduced in an another PR.
|
| namespace | epee::levin |
◆ DESCRIBE_RET_CODE
| #define DESCRIBE_RET_CODE |
( |
| code | ) |
|
Value:
const portMappingElt code
Definition portlistingparse.c:22
◆ LEVIN_DEFAULT_MAX_PACKET_SIZE
| #define LEVIN_DEFAULT_MAX_PACKET_SIZE 100000000 |
◆ LEVIN_DEFAULT_TIMEOUT_PRECONFIGURED
| #define LEVIN_DEFAULT_TIMEOUT_PRECONFIGURED 0 |
◆ LEVIN_ERROR_CONNECTION
| #define LEVIN_ERROR_CONNECTION -1 |
◆ LEVIN_ERROR_CONNECTION_DESTROYED
| #define LEVIN_ERROR_CONNECTION_DESTROYED -3 |
◆ LEVIN_ERROR_CONNECTION_HANDLER_NOT_DEFINED
| #define LEVIN_ERROR_CONNECTION_HANDLER_NOT_DEFINED -6 |
◆ LEVIN_ERROR_CONNECTION_NO_DUPLEX_PROTOCOL
| #define LEVIN_ERROR_CONNECTION_NO_DUPLEX_PROTOCOL -5 |
◆ LEVIN_ERROR_CONNECTION_NOT_FOUND
| #define LEVIN_ERROR_CONNECTION_NOT_FOUND -2 |
◆ LEVIN_ERROR_CONNECTION_TIMEDOUT
| #define LEVIN_ERROR_CONNECTION_TIMEDOUT -4 |
◆ LEVIN_ERROR_FORMAT
| #define LEVIN_ERROR_FORMAT -7 |
◆ LEVIN_INITIAL_MAX_PACKET_SIZE
| #define LEVIN_INITIAL_MAX_PACKET_SIZE 256*1024 |
◆ LEVIN_OK
◆ LEVIN_PACKET_BEGIN
| #define LEVIN_PACKET_BEGIN 0x00000004 |
◆ LEVIN_PACKET_END
| #define LEVIN_PACKET_END 0x00000008 |
◆ LEVIN_PACKET_REQUEST
| #define LEVIN_PACKET_REQUEST 0x00000001 |
◆ LEVIN_PACKET_RESPONSE
| #define LEVIN_PACKET_RESPONSE 0x00000002 |
◆ LEVIN_PROTOCOL_VER_0
| #define LEVIN_PROTOCOL_VER_0 0 |
◆ LEVIN_PROTOCOL_VER_1
| #define LEVIN_PROTOCOL_VER_1 1 |
◆ LEVIN_SIGNATURE
| #define LEVIN_SIGNATURE 0x0101010101012101LL |