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 */