#include <mip.h>
Collaboration diagram for hdr_ipinip:

Static Public Member Functions | |
| int & | offset () |
| hdr_ipinip * | access (const Packet *p) |
Public Attributes | |
| hdr_ip | hdr_ |
| hdr_ipinip * | next_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 76 of file mip.h. References Packet::access(), and offset_. Referenced by MIPDecapsulator::recv(), and MIPEncapsulator::recv().
00076 {
00077 return (hdr_ipinip*) p->access(offset_);
00078 }
|
Here is the call graph for this function:

|
|
Definition at line 75 of file mip.h. References offset_.
00075 { return offset_; }
|
|
|
Definition at line 70 of file mip.h. Referenced by MIPEncapsulator::recv(). |
|
|
Definition at line 71 of file mip.h. Referenced by MIPDecapsulator::recv(), and MIPEncapsulator::recv(). |
|
|
Definition at line 39 of file mip.cc. Referenced by access(), IPinIPHeaderClass::IPinIPHeaderClass(), and offset(). |
1.3.3