NetSim Source Code Help
Loading...
Searching...
No Matches
PIM_Group.c File Reference
#include "main.h"
#include "List.h"
#include "IP.h"
#include "PIM_SM.h"
Include dependency graph for PIM_Group.c:

Go to the source code of this file.

Functions

ptrPIM_GROUP pim_find_group (NETSIM_ID d, NETSIM_IPAddress addr)
 
ptrPIM_GROUP create_group (NETSIM_ID d, NETSIM_IPAddress addr, NETSIM_IPAddress RP)
 
static bool is_if_already_presen (ptrPIM_GROUP g, NETSIM_ID i)
 
void pim_add_interface_to_group (NETSIM_ID d, NETSIM_ID i, ptrPIM_GROUP g)
 

Function Documentation

◆ create_group()

ptrPIM_GROUP create_group ( NETSIM_ID  d,
NETSIM_IPAddress  addr,
NETSIM_IPAddress  RP 
)

Definition at line 32 of file PIM_Group.c.

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

◆ is_if_already_presen()

static bool is_if_already_presen ( ptrPIM_GROUP  g,
NETSIM_ID  i 
)
static

Definition at line 47 of file PIM_Group.c.

Here is the caller graph for this function:

◆ pim_add_interface_to_group()

void pim_add_interface_to_group ( NETSIM_ID  d,
NETSIM_ID  i,
ptrPIM_GROUP  g 
)

Definition at line 56 of file PIM_Group.c.

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

◆ pim_find_group()

ptrPIM_GROUP pim_find_group ( NETSIM_ID  d,
NETSIM_IPAddress  addr 
)

Definition at line 20 of file PIM_Group.c.

Here is the caller graph for this function: