Wrapper for the bundled network interface and network interface layer module. More...
#include <async.h>
#include <ipc/ipc.h>
#include "../messages.h"
#include "../structures/packet/packet.h"
#include "../nil/nil_module.h"
#include "netif.h"
Functions | |
int | module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
Distributes the messages between the module parts. | |
int | module_start (async_client_conn_t client_connection) |
Starts the bundle network interface module. | |
Variables | |
netif_globals_t | netif_globals |
Network interface module global data. |
Wrapper for the bundled network interface and network interface layer module.
Distributes messages and initializes both module parts.