sarg
2.4.0
About: SARG ia a Squid Analysis Report Generator. Fossies Dox: sarg-2.4.0.tar.gz ("unofficial" and yet experimental doxygen-generated source code documentation) 
|
@ INRC_Found
A match was found.
Entry points of the ip2name modules.
struct Ip2NameProcess * Next
The link to the next module to try if this one fails.
enum ip2name_retcode(* Resolve)(char *ip, int ip_len)
Function to resolve an IP address into a name.
ip2name_retcode
The possible return code of ip2name subfunctions.
@ INRC_Error
Error encountered during the processing.
const char * Name
The real name of the module.
void(* Configure)(const char *name, const char *param)
The function to configure the module.
@ INRC_NotFound
No match found.