UDP standalone module implementation. More...
#include <async.h>#include <stdio.h>#include <ipc/ipc.h>#include <ipc/services.h>#include "../../err.h"#include "../../modules.h"#include "../../structures/packet/packet.h"#include "../../include/net_interface.h"#include "udp.h"#include "udp_module.h"
Defines | |
| #define | NAME "UDP protocol" |
| UDP module name. | |
Functions | |
| void | module_print_name (void) |
| Prints the module name. | |
| int | module_start (async_client_conn_t client_connection) |
| Starts the UDP module. | |
| int | module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
| Processes the UDP message. | |
Variables | |
| udp_globals_t | udp_globals |
| UDP module global data. | |
UDP standalone module implementation.
Contains skeleton module functions mapping. The functions are used by the module skeleton as module specific entry points.
1.6.1