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

Go to the source code of this file.

Functions

static print_tree (NETSIM_ID r, NETSIM_ID b, int l1, int l2, int c1, int c2, FILE *fp)
 
void print_rpt (NETSIM_ID d, ptrPIM_GROUP group, int level, int count, FILE *fp)
 
void print_RPT_Tree (NETSIM_ID rp, ptrPIM_GROUP group)
 

Variables

static int counter [50]
 

Function Documentation

◆ print_rpt()

void print_rpt ( NETSIM_ID  d,
ptrPIM_GROUP  group,
int  level,
int  count,
FILE *  fp 
)

Definition at line 31 of file PIM_Print.c.

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

◆ print_RPT_Tree()

void print_RPT_Tree ( NETSIM_ID  rp,
ptrPIM_GROUP  group 
)

Definition at line 59 of file PIM_Print.c.

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

◆ print_tree()

static print_tree ( NETSIM_ID  r,
NETSIM_ID  b,
int  l1,
int  l2,
int  c1,
int  c2,
FILE *  fp 
)
static

Definition at line 22 of file PIM_Print.c.

Here is the caller graph for this function:

Variable Documentation

◆ counter

int counter[50]
static

Definition at line 20 of file PIM_Print.c.