Ethernet module stub. More...
#include <async.h>
#include <stdio.h>
#include <ipc/ipc.h>
#include <ipc/services.h>
#include "../../err.h"
#include "../../modules.h"
#include "../../include/net_interface.h"
#include "../../structures/packet/packet.h"
#include "../nil_module.h"
#include "eth.h"
Defines | |
#define | NAME "Ethernet protocol" |
The module name. | |
Functions | |
void | module_print_name (void) |
Prints the module name. | |
int | module_start (async_client_conn_t client_connection) |
Starts the Ethernet module. | |
int | module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count) |
Passes the parameters to the module specific nil_message() function. |
Ethernet module stub.