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>
Compounds | |
struct | Entry |
struct | ReqLog |
struct | URL |
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 (Entry &lfe) |
int | get_next_entry (Entry &lfe) |
int | main (int argc, char **argv) |
Variables | |
FILE * | cf |
FILE * | sf |
double | initTime = -1 |
double | duration = -1 |
double | startTime = -1 |
Tcl_HashTable | cidHash |
int | client = 0 |
int | server = 1 |
Tcl_HashTable | urlHash |
int | url = 0 |
int * | umap |
ReqLog * | rlog = NULL |
unsigned int | num_rlog = 0 |
unsigned int | sz_rlog = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|