NetSim Source Code Help
Loading...
Searching...
No Matches
Satellite_MAC.h File Reference
#include "Satellite.h"
#include "Satellite_Buffer.h"
#include "Satellite_Frame.h"
Include dependency graph for Satellite_MAC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stru_Satellite_UT_Mac
 
struct  stru_satellite_ut_assoc_info
 
struct  stru_satellite_GW_Mac
 
struct  stru_satellite_mac
 

Macros

#define _NETSIM_SATELLITE_MAC_H_
 

Typedefs

typedef struct stru_Satellite_UT_Mac SATELLITE_UT_MAC
 
typedef struct stru_Satellite_UT_MacptrSATELLITE_UT_MAC
 
typedef struct stru_satellite_ut_assoc_info SATELLITE_UTASSOCINFO
 
typedef struct stru_satellite_ut_assoc_infoptrSATELLITE_UTASSOCINFO
 
typedef struct stru_satellite_GW_Mac SATELLITE_GW_MAC
 
typedef struct stru_satellite_GW_MacptrSATELLITE_GW_MAC
 
typedef struct stru_satellite_mac SATELLITE_MAC
 
typedef struct stru_satellite_macptrSATELLITE_MAC
 

Functions

ptrSATELLITE_UT_MAC satellite_ut_mac_alloc (ptrSATELLITE_PROTODATA pd)
 
void satellite_assoc_ut (NETSIM_ID gwId, NETSIM_ID gwIf, NETSIM_ID utId, NETSIM_ID utIf)
 
ptrSATELLITE_UTASSOCINFO satellite_utassocinfo_find (NETSIM_ID gwId, NETSIM_ID gwIf, NETSIM_ID utId, NETSIM_ID utIf)
 
ptrSATELLITE_GW_MAC satellite_gw_mac_alloc (ptrSATELLITE_PROTODATA pd)
 
ptrSATELLITE_MAC satellite_mac_alloc (ptrSATELLITE_PROTODATA pd)
 
void satellite_GW_MAC_init (NETSIM_ID gwId, NETSIM_ID gwIf)
 
void satellite_ut_set_gateway (ptrSATELLITE_UT_MAC utMac)
 
void satellite_UT_MAC_init (NETSIM_ID utId, NETSIM_ID utIf)
 
void satellite_mac_init (NETSIM_ID d, NETSIM_ID in)
 
void satellite_form_bufferList (NETSIM_ID d, NETSIM_ID in, ptrSUPERFRAME sf)
 

Macro Definition Documentation

◆ _NETSIM_SATELLITE_MAC_H_

#define _NETSIM_SATELLITE_MAC_H_

Definition at line 26 of file Satellite_MAC.h.

Typedef Documentation

◆ ptrSATELLITE_GW_MAC

◆ ptrSATELLITE_MAC

◆ ptrSATELLITE_UT_MAC

◆ ptrSATELLITE_UTASSOCINFO

◆ SATELLITE_GW_MAC

◆ SATELLITE_MAC

◆ SATELLITE_UT_MAC

◆ SATELLITE_UTASSOCINFO

Function Documentation

◆ satellite_assoc_ut()

void satellite_assoc_ut ( NETSIM_ID  gwId,
NETSIM_ID  gwIf,
NETSIM_ID  utId,
NETSIM_ID  utIf 
)

Definition at line 211 of file Satellite_MAC.c.

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

◆ satellite_form_bufferList()

void satellite_form_bufferList ( NETSIM_ID  d,
NETSIM_ID  in,
ptrSUPERFRAME  sf 
)

Definition at line 396 of file Satellite_MAC.c.

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

◆ satellite_gw_mac_alloc()

ptrSATELLITE_GW_MAC satellite_gw_mac_alloc ( ptrSATELLITE_PROTODATA  pd)

Definition at line 108 of file Satellite_MAC.c.

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

◆ satellite_GW_MAC_init()

void satellite_GW_MAC_init ( NETSIM_ID  gwId,
NETSIM_ID  gwIf 
)

Definition at line 164 of file Satellite_MAC.c.

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

◆ satellite_mac_alloc()

ptrSATELLITE_MAC satellite_mac_alloc ( ptrSATELLITE_PROTODATA  pd)

Definition at line 171 of file Satellite_MAC.c.

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

◆ satellite_mac_init()

void satellite_mac_init ( NETSIM_ID  d,
NETSIM_ID  in 
)

Definition at line 188 of file Satellite_MAC.c.

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

◆ satellite_ut_mac_alloc()

ptrSATELLITE_UT_MAC satellite_ut_mac_alloc ( ptrSATELLITE_PROTODATA  pd)

Definition at line 34 of file Satellite_MAC.c.

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

◆ satellite_UT_MAC_init()

void satellite_UT_MAC_init ( NETSIM_ID  utId,
NETSIM_ID  utIf 
)

Definition at line 90 of file Satellite_MAC.c.

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

◆ satellite_ut_set_gateway()

void satellite_ut_set_gateway ( ptrSATELLITE_UT_MAC  utMac)

Definition at line 28 of file Satellite_Helper.c.

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

◆ satellite_utassocinfo_find()

ptrSATELLITE_UTASSOCINFO satellite_utassocinfo_find ( NETSIM_ID  gwId,
NETSIM_ID  gwIf,
NETSIM_ID  utId,
NETSIM_ID  utIf 
)

Definition at line 195 of file Satellite_MAC.c.

Here is the caller graph for this function: