#include <ctrMcast.h>
Collaboration diagram for hdr_CtrMcast:

Public Member Functions | |
| nsaddr_t & | src () |
| nsaddr_t & | group () |
| int & | flowid () |
Static Public Member Functions | |
| int & | offset () |
| hdr_CtrMcast * | access (const Packet *p) |
Public Attributes | |
| nsaddr_t | src_ |
| nsaddr_t | group_ |
| int | fid_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 37 of file ctrMcast.h. References Packet::access(), and offset_. Referenced by LinkDelay::pktintran(), CtrMcastDecap::recv(), and CtrMcastEncap::recv().
00037 {
00038 return (hdr_CtrMcast*) p->access(offset_);
00039 }
|
Here is the call graph for this function:

|
|
Definition at line 44 of file ctrMcast.h. References fid_. Referenced by CtrMcastDecap::recv(), and CtrMcastEncap::recv().
00044 { return fid_; }
|
|
|
Definition at line 43 of file ctrMcast.h. References group_, and nsaddr_t. Referenced by LinkDelay::pktintran(), CtrMcastDecap::recv(), and CtrMcastEncap::recv().
00043 { return group_; }
|
|
|
Definition at line 36 of file ctrMcast.h. References offset_.
00036 { return offset_; }
|
|
|
Definition at line 42 of file ctrMcast.h. References nsaddr_t, and src_. Referenced by LinkDelay::pktintran(), CtrMcastDecap::recv(), and CtrMcastEncap::recv().
00042 { return src_; }
|
|
|
Definition at line 33 of file ctrMcast.h. Referenced by flowid(). |
|
|
Definition at line 32 of file ctrMcast.h. Referenced by group(). |
|
|
Definition at line 33 of file ctrMcast.cc. Referenced by access(), CtrMcastHeaderClass::CtrMcastHeaderClass(), and offset(). |
|
|
Definition at line 31 of file ctrMcast.h. Referenced by src(). |
1.3.3