#include <omnetpp.h>
#include <iostream>
#include "IPv6Address.h"
#include "IPProtocolId_m.h"
Defines | |
#define | MSGC_VERSION 0x0302 |
Typedefs | |
typedef IPv6ExtensionHeader * | IPv6ExtensionHeaderPtr |
Functions | |
std::ostream & | operator<< (std::ostream &os, IPv6ExtensionHeaderPtr eh) |
|
|
|
|
|
00028 { 00029 return os << "(" << eh->className() << ") " << eh->info(); 00030 }
|