#include "squid.h"#include "base/JobWait.h"#include "comm.h"#include "comm/Connection.h"#include "comm/ConnOpener.h"#include "comm/Read.h"#include "comm/Write.h"#include "CommCalls.h"#include "globals.h"#include "ident/Config.h"#include "ident/Ident.h"#include "MemBuf.h"
Include dependency graph for Ident.cc:

Go to the source code of this file.
Classes | |
| struct | Ident::_IdentClient |
| class | Ident::IdentStateData |
Namespaces | |
| namespace | Ident |
| Ident Lookup API. | |
Macros | |
| #define | IDENT_PORT 113 |
| #define | IDENT_KEY_SZ 50 |
| #define | IDENT_BUFSIZE 4096 |
Typedefs | |
| typedef struct Ident::_IdentClient | Ident::IdentClient |
Functions | |
| Ident::CBDATA_CLASS_INIT (IdentStateData) | |
| static void | Ident::ClientAdd (IdentStateData *state, IDCB *callback, void *callback_data) |
Variables | |
| static IOCB | Ident::ReadReply |
| static IOCB | Ident::WriteFeedback |
| static CLCB | Ident::Close |
| static CTCB | Ident::Timeout |
| static CNCB | Ident::ConnectDone |
| static hash_table * | Ident::ident_hash = nullptr |
