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

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)
 

Detailed Description

Definition at line 713 of file state_machine.cc.

Member Typedef Documentation

Constructor & Destructor Documentation

fsm::OpenSent::OpenSent ( my_context  ctx)
inlineexplicit

Definition at line 735 of file state_machine.cc.

Here is the call graph for this function:

fsm::OpenSent::~OpenSent ( )
inline

Definition at line 744 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

sc::result fsm::OpenSent::react ( const EvOpenTimerExpired event)
inline

Definition at line 752 of file state_machine.cc.

Here is the call graph for this function:

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

Definition at line 761 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::OpenSent::react ( const EvTcpClose event)
inline

Definition at line 778 of file state_machine.cc.

Here is the call graph for this function:

sc::result fsm::OpenSent::react ( const EvBgpOpen event)
inline

Definition at line 802 of file state_machine.cc.

Here is the call graph for this function:

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

Definition at line 896 of file state_machine.cc.

Here is the call graph for this function:


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