tcpip.h

Go to the documentation of this file.
00001 /*!
00002  * \file   log/server/src/tcpip.h
00003  * \brief  
00004  *
00005  * \date   03/14/2001
00006  * \author Jork Loeser <jork.loeser@inf.tu-dresden.de>
00007  *
00008  */
00009 /* (c) 2003 Technische Universitaet Dresden
00010  * This file is part of DROPS, which is distributed under the terms of the
00011  * GNU General Public License 2. Please see the COPYING file for details.
00012  */
00013 
00014 #ifndef __LOG_SERVER_SRC_TCPIP_H_
00015 #define __LOG_SERVER_SRC_TCPIP_H_
00016 
00017 #include "config.h"
00018 
00019 #if CONFIG_USE_TCPIP
00020 
00021 #include <oskit/net/socket.h>
00022 
00023 extern char *ip_addr, *netmask;
00024 extern oskit_socket_t*client_socket;
00025 
00026 /* variable to hold the socket creator function */
00027 extern oskit_socket_factory_t *socket_create;
00028 extern int net_init(int argc, char **argv);
00029 extern int net_wait_for_client(void);
00030 extern int net_receive_check(void);
00031 extern int net_flush_buffer(const char*addr, int size);
00032 #endif
00033 
00034 #endif

Generated on Wed Apr 11 06:40:52 2012 for Logging and output facility for DROPS by  doxygen 1.5.6