|
INET Framework for OMNeT++/OMNEST
|
EIGRP Print functions header file @detail File contains useful functions for printing EIGRP informations (CUT + PASTE from EigrpIpv4Pdm.cc) More...
#include <iostream>#include "inet/routing/eigrp/EigrpDualStack.h"#include "inet/routing/eigrp/messages/EigrpMessage_m.h"#include "inet/routing/eigrp/tables/EigrpNetworkTable.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| inet::eigrp | |
Enumerations | |
| enum | inet::eigrp::UserMsgCodes { inet::eigrp::M_OK = 0, inet::eigrp::M_UPDATE_SEND = EIGRP_UPDATE_MSG, inet::eigrp::M_REQUEST_SEND = EIGRP_REQUEST_MSG, inet::eigrp::M_QUERY_SEND = EIGRP_QUERY_MSG, inet::eigrp::M_REPLY_SEND = EIGRP_REPLY_MSG, inet::eigrp::M_HELLO_SEND = EIGRP_HELLO_MSG, inet::eigrp::M_DISABLED_ON_IF, inet::eigrp::M_NEIGH_BAD_AS, inet::eigrp::M_NEIGH_BAD_KVALUES, inet::eigrp::M_NEIGH_BAD_SUBNET, inet::eigrp::M_SIAQUERY_SEND = EIGRP_SIAQUERY_MSG, inet::eigrp::M_SIAREPLY_SEND = EIGRP_SIAREPLY_MSG } |
Functions | |
| std::ostream & | inet::operator<< (std::ostream &os, const eigrp::EigrpNetwork< Ipv4Address > &network) |
| std::ostream & | inet::operator<< (std::ostream &os, const eigrp::EigrpNetwork< Ipv6Address > &network) |
| std::ostream & | inet::operator<< (std::ostream &os, const EigrpKValues &kval) |
| std::ostream & | inet::operator<< (std::ostream &os, const EigrpStub &stub) |
EIGRP Print functions header file @detail File contains useful functions for printing EIGRP informations (CUT + PASTE from EigrpIpv4Pdm.cc)