#include <async.h>
#include <fibril_synch.h>
#include <ipc/services.h>
#include <adt/measured_strings.h>
#include <net/device.h>
#include <net/packet.h>
Go to the source code of this file.
Functions | |
int | il_initialize (int net_phone) |
Module initialization. | |
int | il_module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, size_t *answer_count) |
Process the internetwork layer module message. | |
int | il_module_start (int service) |
Start the internetworking layer module. |
The skeleton has to be part of each internetwork layer module.
Definition in file il_skel.h.