#include <ipc/services.h>
#include <sys/types.h>
#include <net/device.h>
#include <net/packet.h>
Go to the source code of this file.
Internetwork layer module interface | |
This interface is used by other modules. | |
int | il_device_state_msg (int il_phone, device_id_t device_id, device_state_t state, services_t target) |
Notify the internetwork layer modules about the device state change. | |
int | il_mtu_changed_msg (int il_phone, device_id_t device_id, size_t mtu, services_t target) |
Notify the internetwork layer modules about the mtu change. | |
int | il_received_msg (int il_phone, device_id_t device_id, packet_t *packet, services_t target) |
Notify the internetwork layer modules about the received packet/s. |
This interface is always called by the remote modules.
Definition in file il_remote.h.