OpenSDN source code
|
Public Types | |
typedef mpl::list< IdleCease < EvStop >::reaction, IdleFsmError < EvOpenTimerExpired > ::reaction, TransitToIdle < EvHoldTimerExpired, BgpProto::Notification::HoldTimerExp > ::reaction, sc::custom_reaction < EvTcpPassiveOpen > , TransitToIdle< EvTcpClose > ::reaction, IdleFsmError < EvBgpOpen >::reaction, sc::custom_reaction < EvBgpNotification > , sc::custom_reaction < EvBgpKeepalive > , IdleFsmError< EvBgpUpdate > ::reaction, IdleError < EvBgpHeaderError, BgpProto::Notification::MsgHdrErr > ::reaction, IdleError < EvBgpOpenError, BgpProto::Notification::OpenMsgErr > ::reaction, IdleError < EvBgpUpdateError, BgpProto::Notification::UpdateMsgErr > ::reaction > | reactions |
Public Member Functions | |
OpenConfirm (my_context ctx) | |
~OpenConfirm () | |
sc::result | react (const EvTcpPassiveOpen &event) |
sc::result | react (const EvBgpNotification &event) |
sc::result | react (const EvBgpKeepalive &event) |
Definition at line 934 of file state_machine.cc.
typedef mpl::list< IdleCease<EvStop>::reaction, IdleFsmError<EvOpenTimerExpired>::reaction, TransitToIdle<EvHoldTimerExpired, BgpProto::Notification::HoldTimerExp>::reaction, sc::custom_reaction<EvTcpPassiveOpen>, TransitToIdle<EvTcpClose>::reaction, IdleFsmError<EvBgpOpen>::reaction, sc::custom_reaction<EvBgpNotification>, sc::custom_reaction<EvBgpKeepalive>, IdleFsmError<EvBgpUpdate>::reaction, IdleError<EvBgpHeaderError, BgpProto::Notification::MsgHdrErr>::reaction, IdleError<EvBgpOpenError, BgpProto::Notification::OpenMsgErr>::reaction, IdleError<EvBgpUpdateError, BgpProto::Notification::UpdateMsgErr>::reaction > fsm::OpenConfirm::reactions |
Definition at line 952 of file state_machine.cc.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |