protocol_pkt.c File Reference
#include "magma.h"Functions | |
| char * | explain_network_error (uint8_t error) |
Variables | |
| const int8_t | DIR_IS_CLOSE = 0 |
| const int8_t | DIR_IS_OPEN = 1 |
| const uint8_t | MAGMA_OK = 0 |
| const uint8_t | MAGMA_NODE_NAME_COLLISION = 1 |
| const uint8_t | MAGMA_FQDN_NAME_COLLISION = 2 |
| const uint8_t | MAGMA_IP_PORT_COLLISION = 3 |
| const uint8_t | MAGMA_CONNECTION_REFUSED = 255 |
| char * | network_ops_explained [256] |
| int | network_ops_explained_init = 0 |
| const int16_t | NO_MORE_NODES_TO_BE_SENT = 0 |
| const int16_t | MORE_NODES_TO_BE_SENT = 1 |
| const int16_t | PREVIOUS_NODE = 0 |
| const int16_t | NEXT_NODE = 1 |
| const uint8_t | magma_ok = 0 |
| const uint8_t | magma_error = 1 |
Function Documentation
| char* explain_network_error | ( | uint8_t | error | ) |
Variable Documentation
| const int8_t DIR_IS_CLOSE = 0 |
| const int8_t DIR_IS_OPEN = 1 |
| const uint8_t MAGMA_CONNECTION_REFUSED = 255 |
| const uint8_t magma_error = 1 |
| const uint8_t MAGMA_FQDN_NAME_COLLISION = 2 |
| const uint8_t MAGMA_IP_PORT_COLLISION = 3 |
| const uint8_t MAGMA_NODE_NAME_COLLISION = 1 |
| const uint8_t magma_ok = 0 |
| const uint8_t MAGMA_OK = 0 |
| const int16_t MORE_NODES_TO_BE_SENT = 1 |
| char* network_ops_explained[256] |
| int network_ops_explained_init = 0 |
| const int16_t NEXT_NODE = 1 |
| const int16_t NO_MORE_NODES_TO_BE_SENT = 0 |
| const int16_t PREVIOUS_NODE = 0 |
This file last modified Friday, 04-Jan-2008 18:10:35 CET