NetSim Source Code Help
Loading...
Searching...
No Matches
OSPF_Interface.c File Reference
#include "main.h"
#include "OSPF.h"
#include "OSPF_enum.h"
#include "OSPF_Interface.h"
#include "OSPF_List.h"
#include "OSPF_Msg.h"
Include dependency graph for OSPF_Interface.c:

Go to the source code of this file.

Functions

OSPFIFTYPE OSPFIFTYPE_FROM_STR (char *val)
 
ptrOSPF_IF OSPF_IF_GET (ptrOSPF_PDS ospf, NETSIM_ID ifId)
 
static void ospf_interface_change_state (ptrOSPF_PDS ospf, ptrOSPF_IF thisInterface, OSPFIFSTATE newState)
 
void ospf_handle_interfaceUp_event ()
 
void ospf_interface_init (ptrOSPF_PDS ospf, ptrOSPF_IF thisInterface)
 
void ospf_interface_handleMultipleInterfaceEvent ()
 
void ospf_handle_interfaceDown_event ()
 

Function Documentation

◆ ospf_handle_interfaceDown_event()

void ospf_handle_interfaceDown_event ( )

Definition at line 132 of file OSPF_Interface.c.

Here is the call graph for this function:

◆ ospf_handle_interfaceUp_event()

void ospf_handle_interfaceUp_event ( )

Definition at line 71 of file OSPF_Interface.c.

Here is the call graph for this function:

◆ OSPF_IF_GET()

ptrOSPF_IF OSPF_IF_GET ( ptrOSPF_PDS  ospf,
NETSIM_ID  ifId 
)

Definition at line 33 of file OSPF_Interface.c.

Here is the caller graph for this function:

◆ ospf_interface_change_state()

static void ospf_interface_change_state ( ptrOSPF_PDS  ospf,
ptrOSPF_IF  thisInterface,
OSPFIFSTATE  newState 
)
static

Definition at line 44 of file OSPF_Interface.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ospf_interface_handleMultipleInterfaceEvent()

void ospf_interface_handleMultipleInterfaceEvent ( )

Definition at line 106 of file OSPF_Interface.c.

Here is the call graph for this function:

◆ ospf_interface_init()

void ospf_interface_init ( ptrOSPF_PDS  ospf,
ptrOSPF_IF  thisInterface 
)

Definition at line 100 of file OSPF_Interface.c.

Here is the call graph for this function:

◆ OSPFIFTYPE_FROM_STR()

OSPFIFTYPE OSPFIFTYPE_FROM_STR ( char *  val)

Definition at line 21 of file OSPF_Interface.c.