Helium
|
Functions to handle each message type, no public API. More...
#include <he.h>
Go to the source code of this file.
Functions | |
he_return_code_t | he_handle_msg_noop (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_ping (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_pong (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_auth (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_data (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_config_ipv4 (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_auth_response (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_auth_response_with_config (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_deprecated_13 (he_conn_t *conn, uint8_t *packet, int length) |
he_return_code_t | he_handle_msg_goodbye (he_conn_t *conn, uint8_t *packet, int length) |
bool | he_internal_is_ipv4_packet_valid (uint8_t *packet, int length) |
Functions to handle each message type, no public API.