| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <time.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <tcl.h>#include "proxytrace.h"Functions | |
| int | compare (const void *a1, const void *b1) |
| void | sort_rlog () |
| int | compare_url (const void *a1, const void *b1) |
| void | sort_url () |
| double | lf_analyze (TEntry &lfe) |
Variables | |
| FILE * | cf |
| FILE * | sf |
| double | initTime = -1 |
| double | duration = -1 |
| double | startTime = -1 |
| Tcl_HashTable | cidHash |
| int | client = 0 |
| Tcl_HashTable | sidHash |
| int | server = 0 |
| Tcl_HashTable | urlHash |
| int | url = 0 |
| int * | umap |
| ReqLog * | rlog = NULL |
| unsigned int | num_rlog = 0 |
| unsigned int | sz_rlog = 0 |
| const unsigned long | MAX_FILESIZE = 10000000 |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|