Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

util_net.h

Go to the documentation of this file.
00001 /**
00002  * @file   util_net.h
00003  * @author Chris Green <cmg@sourcefire.com>
00004  * @date   Fri Jun 27 10:20:31 2003
00005  * 
00006  * @brief  simple network related functions
00007  * 
00008  * Put your simple network related functions here
00009  */
00010 
00011 #ifndef _UTIL_NET_H
00012 #define _UTIL_NET_H
00013 
00014 char *inet_ntoax(u_int32_t ip);
00015 char * mktcpflag_str(int flags);
00016 
00017 #endif /* _UTIL_NET_H */

Generated on Sun May 14 14:51:18 2006 by  doxygen 1.4.2