#include "main.h"
#include "List.h"
#include "IP.h"
Go to the source code of this file.
|
| static bool | isPublicIPReqd (NETSIM_ID d) |
| |
| static NETSIM_IPAddress | find_default_gateway (NETSIM_ID d, NETSIM_ID *di) |
| |
| static NETSIM_IPAddress | find_wan_ip (NETSIM_ID d, NETSIM_ID *wi) |
| |
| static void | assign_public_ip (NETSIM_ID d, NETSIM_IPAddress ip) |
| |
| static void | add_route (NETSIM_ID d, ptrIPLIST list, NETSIM_IPAddress interfaceAddress, NETSIM_IPAddress nextHop) |
| |
| static void | setup_route_table_for_all_network (NETSIM_ID d, NETSIM_ID w, NETSIM_ID wi, ptrIPLIST ipList) |
| |
| static void | setup_route_table (NETSIM_ID d, NETSIM_ID w, NETSIM_ID wi) |
| |
| void | set_public_ip (NETSIM_ID d) |
| |
◆ IPLIST
◆ ptrIPLIST
◆ add_route()
◆ assign_public_ip()
◆ find_default_gateway()
◆ find_wan_ip()
◆ isPublicIPReqd()
◆ set_public_ip()
◆ setup_route_table()
◆ setup_route_table_for_all_network()