#include <stdlib.h>
#include <tcl.h>
#include "config.h"
#include "agent.h"
#include "ns-process.h"
#include "app.h"
#include "pagepool.h"
#include "inval-agent.h"
#include "tcpapp.h"
#include "http-aux.h"
Include dependency graph for http.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | HttpApp |
| class | HttpCache |
| class | HttpClient |
| class | HttpInvalCache |
| class | HttpInvalServer |
| class | HttpMInvalCache |
| class | HttpPercInvalCache |
| class | HttpServer |
| class | HttpYucInvalServer |
| struct | HttpMInvalCache::SState |
Variables | |
| const int | HTTP_INVALCACHE_FILTERED = 0 |
| const int | HTTP_INVALCACHE_UNFILTERED = 1 |
|
|
Definition at line 153 of file http.h. Referenced by HttpMInvalCache::process_inv(), HttpPercInvalCache::recv_inv_filter(), and HttpMInvalCache::recv_inv_filter(). |
|
|
Definition at line 154 of file http.h. Referenced by HttpPercInvalCache::recv_inv_filter(), and HttpMInvalCache::recv_inv_filter(). |
1.4.6