ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/sctp/sctp-timestamp.cc File Reference

#include "ip.h"
#include "sctp-timestamp.h"
#include "flags.h"
#include "random.h"
#include "template.h"
#include "sctpDebug.h"

Compounds

class  TimestampSctpClass

Defines

#define MIN(x, y)   (((x)<(y))?(x):(y))
#define MAX(x, y)   (((x)>(y))?(x):(y))

Variables

const char rcsid []
TimestampSctpClass classSctpTimestamp

Define Documentation

#define MAX x,
     (((x)>(y))?(x):(y))
 

#define MIN x,
     (((x)<(y))?(x):(y))
 


Variable Documentation

TimestampSctpClass classSctpTimestamp [static]
 

const char rcsid[] [static]
 

Initial value:

"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/sctp/sctp-timestamp.cc,v 1.1 2003/08/21 18:29:14 haldar Exp $ (UD/PEL)"


This document is generated by doxygen.