sarg
2.4.0
About: SARG ia a Squid Analysis Report Generator.
![]() ![]() |
Entry points of the ip2name modules. More...
#include <ip2name.h>
Data Fields | |
const char * | Name |
The real name of the module. More... | |
struct Ip2NameProcess * | Next |
The link to the next module to try if this one fails. More... | |
void(* | Configure )(const char *name, const char *param) |
The function to configure the module. More... | |
enum ip2name_retcode(* | Resolve )(char *ip, int ip_len) |
Function to resolve an IP address into a name. More... | |
void(* Ip2NameProcess::Configure) (const char *name, const char *param) |
The function to configure the module.
Definition at line 24 of file ip2name.h.
Referenced by ip2name_configmodule().
const char* Ip2NameProcess::Name |
The real name of the module.
Definition at line 20 of file ip2name.h.
Referenced by ip2name(), ip2name_buildmoduleslist(), ip2name_chainmodule(), ip2name_configmodule(), and ip2name_forcedns().
struct Ip2NameProcess* Ip2NameProcess::Next |
The link to the next module to try if this one fails.
Definition at line 22 of file ip2name.h.
Referenced by ip2name(), ip2name_chainmodule(), and ip2name_forcedns().
enum ip2name_retcode(* Ip2NameProcess::Resolve) (char *ip, int ip_len) |