INET Framework for OMNeT++/OMNEST
inet::eigrp::eigrpRtp Namespace Reference

Enumerations

enum  UserMsgCodes {
  M_OK = 0, M_UPDATE_SEND = EIGRP_UPDATE_MSG, M_REQUEST_SEND = EIGRP_REQUEST_MSG, M_QUERY_SEND = EIGRP_QUERY_MSG,
  M_REPLY_SEND = EIGRP_REPLY_MSG, M_HELLO_SEND = EIGRP_HELLO_MSG
}
 

Variables

const char * UserMsgs []
 

Enumeration Type Documentation

◆ UserMsgCodes

Enumerator
M_OK 
M_UPDATE_SEND 
M_REQUEST_SEND 
M_QUERY_SEND 
M_REPLY_SEND 
M_HELLO_SEND 
38  {
39  M_OK = 0, // no message
40  M_UPDATE_SEND = EIGRP_UPDATE_MSG, // send Update message
41  M_REQUEST_SEND = EIGRP_REQUEST_MSG, // send Request message
42  M_QUERY_SEND = EIGRP_QUERY_MSG, // send Query message
43  M_REPLY_SEND = EIGRP_REPLY_MSG, // send Query message
44  M_HELLO_SEND = EIGRP_HELLO_MSG, // send Hello message
45 };

Variable Documentation

◆ UserMsgs

const char* inet::eigrp::eigrpRtp::UserMsgs[]
inet::EIGRP_UPDATE_MSG
@ EIGRP_UPDATE_MSG
Definition: EigrpMessage_m.h:89
inet::EIGRP_REQUEST_MSG
@ EIGRP_REQUEST_MSG
Definition: EigrpMessage_m.h:90
inet::EIGRP_HELLO_MSG
@ EIGRP_HELLO_MSG
Definition: EigrpMessage_m.h:93
inet::eigrp::eigrpRtp::M_REPLY_SEND
@ M_REPLY_SEND
Definition: EigrpRtp.cc:43
inet::eigrp::eigrpRtp::M_REQUEST_SEND
@ M_REQUEST_SEND
Definition: EigrpRtp.cc:41
inet::eigrp::eigrpRtp::M_OK
@ M_OK
Definition: EigrpRtp.cc:39
inet::EIGRP_REPLY_MSG
@ EIGRP_REPLY_MSG
Definition: EigrpMessage_m.h:92
inet::eigrp::eigrpRtp::M_UPDATE_SEND
@ M_UPDATE_SEND
Definition: EigrpRtp.cc:40
inet::eigrp::eigrpRtp::M_HELLO_SEND
@ M_HELLO_SEND
Definition: EigrpRtp.cc:44
inet::eigrp::eigrpRtp::M_QUERY_SEND
@ M_QUERY_SEND
Definition: EigrpRtp.cc:42
inet::EIGRP_QUERY_MSG
@ EIGRP_QUERY_MSG
Definition: EigrpMessage_m.h:91