List of all members.
Public Member Functions |
|
unsigned char *const | bits () |
|
Packet * | copy () const |
|
Packet * | refcopy () |
|
int & | ref_count () |
|
void | allocdata (int) |
|
void | initdata () |
|
unsigned char * | access (int off) const |
|
unsigned char * | accessdata () const |
|
AppData * | userdata () const |
|
void | setdata (AppData *d) |
|
int | datalen () const |
Static Public Member Functions |
|
static Packet * | alloc () |
|
static Packet * | alloc (int) |
|
static void | free (Packet *) |
|
static void | dump_header (Packet *p, int offset, int length) |
Public Attributes |
|
Packet * | next_ |
|
PacketStamp | txinfo_ |
|
u_int8_t | incoming |
Static Public Attributes |
|
static int | hdrlen_ = 0 |
Protected Attributes |
|
int | ref_count_ |
Static Protected Attributes |
|
static Packet * | free_ |
The documentation for this class was generated from the following files:
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/common/packet.h
- /Users/yzchen/ns/ns-allinone-2.33/ns-2.33/common/packet.cc