|
INET Framework for OMNeT++/OMNEST
|
#include "inet/routing/eigrp/EigrpRtp.h"#include "inet/common/ModuleAccess.h"#include "inet/routing/eigrp/messages/EigrpMessage_m.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
| inet::eigrp | |
| inet::eigrp::eigrpRtp | |
Macros | |
| #define | EIGRP_RTP_DEBUG |
Enumerations | |
| enum | inet::eigrp::eigrpRtp::UserMsgCodes { inet::eigrp::eigrpRtp::M_OK = 0, inet::eigrp::eigrpRtp::M_UPDATE_SEND = EIGRP_UPDATE_MSG, inet::eigrp::eigrpRtp::M_REQUEST_SEND = EIGRP_REQUEST_MSG, inet::eigrp::eigrpRtp::M_QUERY_SEND = EIGRP_QUERY_MSG, inet::eigrp::eigrpRtp::M_REPLY_SEND = EIGRP_REPLY_MSG, inet::eigrp::eigrpRtp::M_HELLO_SEND = EIGRP_HELLO_MSG } |
Functions | |
| inet::eigrp::Define_Module (EigrpRtp) | |
| inet::eigrp::Define_Module (EigrpRtp6) | |
| std::ostream & | inet::eigrp::operator<< (std::ostream &os, const EigrpMsgReq &req) |
Variables | |
| const char * | inet::eigrp::eigrpRtp::UserMsgs [] |
| #define EIGRP_RTP_DEBUG |