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