Transport layer module interface for the underlying internetwork layer. More...
#include <async.h>
#include <ipc/services.h>
#include "../messages.h"
#include "../include/device.h"
#include "../structures/packet/packet.h"
#include "../structures/packet/packet_client.h"
#include "../tl/tl_messages.h"
Functions | |
Transport layer module interface | |
static int | tl_received_msg (int tl_phone, device_id_t device_id, packet_t packet, services_t target, services_t error) |
Notifies the remote transport layer modules about the received packet/s. |
Transport layer module interface for the underlying internetwork layer.