OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fsm::OpenConfirm Struct Reference
Inheritance diagram for fsm::OpenConfirm:
Collaboration diagram for fsm::OpenConfirm:

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)
 

Detailed Description

Definition at line 934 of file state_machine.cc.

Member Typedef Documentation

Constructor & Destructor Documentation

fsm::OpenConfirm::OpenConfirm ( my_context  ctx)
inlineexplicit

Definition at line 956 of file state_machine.cc.

Here is the call graph for this function:

fsm::OpenConfirm::~OpenConfirm ( )
inline

Definition at line 968 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result fsm::OpenConfirm::react ( const EvTcpPassiveOpen event)
inline

Definition at line 974 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::OpenConfirm::react ( const EvBgpNotification event)
inline

Definition at line 987 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::OpenConfirm::react ( const EvBgpKeepalive event)
inline

Definition at line 998 of file state_machine.cc.

Here is the call graph for this function:


The documentation for this struct was generated from the following file: