NetSim Source Code Help
Loading...
Searching...
No Matches
SequenceNumber.c File Reference
#include "main.h"
#include "RPL.h"
Include dependency graph for SequenceNumber.c:

Go to the source code of this file.

Functions

void seq_num_mapping_cleanup ()
 
seq_num_mapping_tseq_num_mapping_get (NETSIM_IPAddress dodag_id)
 

Variables

static seq_num_mapping_t ** seq_num_mapping_list = NULL
 
static UINT16 seq_num_mapping_count = 0
 

Function Documentation

◆ seq_num_mapping_cleanup()

void seq_num_mapping_cleanup ( )

Definition at line 20 of file SequenceNumber.c.

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

◆ seq_num_mapping_get()

seq_num_mapping_t * seq_num_mapping_get ( NETSIM_IPAddress  dodag_id)

Definition at line 65 of file SequenceNumber.c.

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

Variable Documentation

◆ seq_num_mapping_count

UINT16 seq_num_mapping_count = 0
static

Definition at line 18 of file SequenceNumber.c.

◆ seq_num_mapping_list

seq_num_mapping_t** seq_num_mapping_list = NULL
static

Definition at line 17 of file SequenceNumber.c.