tcp_module.c File Reference

TCP standalone module implementation. More...

#include <async.h>
#include <stdio.h>
#include <ipc/ipc.h>
#include <ipc/services.h>
#include "../../err.h"
#include "../../modules.h"
#include "../../structures/packet/packet.h"
#include "../../include/net_interface.h"
#include "../../include/ip_protocols.h"
#include "../../include/ip_interface.h"
#include "tcp.h"
#include "tcp_module.h"
Include dependency graph for tcp_module.c:

Defines

#define NAME   "TCP protocol"
 TCP module name.

Functions

void module_print_name (void)
 Prints the module name.
int module_start (async_client_conn_t client_connection)
 Starts the TCP module.
int module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count)
 Processes the TCP message.

Variables

tcp_globals_t tcp_globals
 TCP module global data.

Detailed Description

TCP standalone module implementation.

Contains skeleton module functions mapping. The functions are used by the module skeleton as module specific entry points.

See also:
module.c

Generated on Thu Mar 11 20:46:20 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1