![]() |
NetSim Source Code Help
|

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) |
| ptrPIM_GROUP create_group | ( | NETSIM_ID | d, |
| NETSIM_IPAddress | addr, | ||
| NETSIM_IPAddress | RP | ||
| ) |
Definition at line 32 of file PIM_Group.c.


|
static |
| void pim_add_interface_to_group | ( | NETSIM_ID | d, |
| NETSIM_ID | i, | ||
| ptrPIM_GROUP | g | ||
| ) |
Definition at line 56 of file PIM_Group.c.


| ptrPIM_GROUP pim_find_group | ( | NETSIM_ID | d, |
| NETSIM_IPAddress | addr | ||
| ) |