#include "main.h"
#include "List.h"
#include "IP.h"
#include "PIM_SM.h"
Go to the source code of this file.
|
| ptrPIM_NEIGHBOR | find_neighbor (NETSIM_ID d, NETSIM_IPAddress ip) |
| |
| static void | add_neighbor (NETSIM_ID d, ptrPIM_NEIGHBOR neigh) |
| |
| ptrPIM_NEIGHBOR | create_and_add_neighbor (NETSIM_ID d, NETSIM_ID ifId, NETSIM_IPAddress address) |
| |
| static ptrPIM_NEIGHBOR * | get_all_neigh_for_interface (NETSIM_ID d, NETSIM_ID ifid, UINT *c) |
| |
| static bool | dr_is_better (ptrPIM_NEIGHBOR a, ptrPIM_NEIGHBOR b) |
| |
| void | elect_DR (NETSIM_ID d, NETSIM_ID ifid) |
| |
| static bool | lan_delay_enabled (NETSIM_ID d, NETSIM_ID I) |
| |
| time_interval | Effective_Propagation_Delay (NETSIM_ID d, NETSIM_ID I) |
| |
| time_interval | Effective_Override_Interval (NETSIM_ID d, NETSIM_ID I) |
| |
| bool | Suppression_Enabled (NETSIM_ID d, NETSIM_ID I) |
| |
◆ add_neighbor()
◆ create_and_add_neighbor()
◆ dr_is_better()
◆ Effective_Override_Interval()
◆ Effective_Propagation_Delay()
◆ elect_DR()
◆ find_neighbor()
◆ get_all_neigh_for_interface()
◆ lan_delay_enabled()
◆ Suppression_Enabled()