![]() |
NetSim Source Code Help
|


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_Mac * | ptrSATELLITE_UT_MAC |
| typedef struct stru_satellite_ut_assoc_info | SATELLITE_UTASSOCINFO |
| typedef struct stru_satellite_ut_assoc_info * | ptrSATELLITE_UTASSOCINFO |
| typedef struct stru_satellite_GW_Mac | SATELLITE_GW_MAC |
| typedef struct stru_satellite_GW_Mac * | ptrSATELLITE_GW_MAC |
| typedef struct stru_satellite_mac | SATELLITE_MAC |
| typedef struct stru_satellite_mac * | ptrSATELLITE_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) |
| #define _NETSIM_SATELLITE_MAC_H_ |
Definition at line 26 of file Satellite_MAC.h.
| typedef struct stru_satellite_GW_Mac * ptrSATELLITE_GW_MAC |
| typedef struct stru_satellite_mac * ptrSATELLITE_MAC |
| typedef struct stru_Satellite_UT_Mac * ptrSATELLITE_UT_MAC |
| typedef struct stru_satellite_ut_assoc_info * ptrSATELLITE_UTASSOCINFO |
| typedef struct stru_satellite_GW_Mac SATELLITE_GW_MAC |
| typedef struct stru_satellite_mac SATELLITE_MAC |
| typedef struct stru_Satellite_UT_Mac SATELLITE_UT_MAC |
| typedef struct stru_satellite_ut_assoc_info SATELLITE_UTASSOCINFO |
Definition at line 211 of file Satellite_MAC.c.


| void satellite_form_bufferList | ( | NETSIM_ID | d, |
| NETSIM_ID | in, | ||
| ptrSUPERFRAME | sf | ||
| ) |
Definition at line 396 of file Satellite_MAC.c.


| ptrSATELLITE_GW_MAC satellite_gw_mac_alloc | ( | ptrSATELLITE_PROTODATA | pd | ) |
Definition at line 108 of file Satellite_MAC.c.


Definition at line 164 of file Satellite_MAC.c.


| ptrSATELLITE_MAC satellite_mac_alloc | ( | ptrSATELLITE_PROTODATA | pd | ) |
Definition at line 171 of file Satellite_MAC.c.


Definition at line 188 of file Satellite_MAC.c.


| ptrSATELLITE_UT_MAC satellite_ut_mac_alloc | ( | ptrSATELLITE_PROTODATA | pd | ) |
Definition at line 34 of file Satellite_MAC.c.


Definition at line 90 of file Satellite_MAC.c.


| void satellite_ut_set_gateway | ( | ptrSATELLITE_UT_MAC | utMac | ) |
Definition at line 28 of file Satellite_Helper.c.


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