#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 | |
| void | tl_connection (void) |
| Per-connection module initialization. | |
| int | tl_initialize (int net_phone) |
| Module initialization. | |
| int | tl_message (ipc_callid_t, ipc_call_t *, ipc_call_t *, size_t *) |
| Process the transport layer module message. | |
| int | tl_module_start (int service) |
| Start the trasport layer module. | |
The skeleton has to be part of each transport layer module.
Definition in file tl_skel.h.
1.4.7