|
INET Framework for OMNeT++/OMNEST
|
#include <iostream>#include <string>#include "inet/linklayer/common/MacAddress.h"#include "inet/networklayer/common/InterfaceToken.h"Classes | |
| class | inet::Ipv6Address |
| Stores a 128-bit Ipv6 address in an efficient way. More... | |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Enumerations | |
| enum | { inet::IPv6_ADDRESS_SIZE = 16 } |
Functions | |
| std::ostream & | inet::operator<< (std::ostream &os, const Ipv6Address &ip) |
| void | inet::doPacking (cCommBuffer *buf, const Ipv6Address &addr) |
| void | inet::doUnpacking (cCommBuffer *buf, Ipv6Address &addr) |