#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include "util_net.h"
Go to the source code of this file.
Functions | |
char * | mktcpflag_str (int flags) |
char * | inet_ntoax (u_int32_t ip) |
|
A inet_ntoa that has 2 static buffers that are changed between subsequent calls
Definition at line 75 of file util_net.c. References snprintf. Referenced by flowps_newflow_callback(). |
|
give a textual representation of tcp flags
Definition at line 26 of file util_net.c. References memset. Referenced by flowps_entry_print(), and flowps_newflow_callback(). |