|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| class | IPv6Datagram_Base |
| class | IPv6ExtensionHeader_Base |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Typedefs | |
| typedef IPv6ExtensionHeader * | IPv6ExtensionHeaderPtr |
Functions | |
| std::ostream & | operator<< (std::ostream &os, IPv6ExtensionHeaderPtr eh) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file IPv6Datagram_m.h.
Definition at line 20 of file IPv6Datagram_m.h.
| std::ostream& operator<< | ( | std::ostream & | os, |
| IPv6ExtensionHeaderPtr | eh | ||
| ) |
Definition at line 26 of file IPv6Datagram.cc.
{
return os << "(" << eh->getClassName() << ") " << eh->info();
}