NetBurner 3.1
multihome.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 /* Definitions for various multi home IP definitions and structures. */
6 #ifndef _NB_MULTI_IP_H
7 #define _NB_MULTI_IP_H
8 
9 #ifndef NUM_MULTI_INTERFACES
10 #define NUM_MULTI_INTERFACES (10)
11 #endif
12 
13 extern int nAdditional_Homes;
14 extern int multi_home_if_record[NUM_MULTI_INTERFACES];
15 
16 int AddInterface(IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, int root_if = 0);
17 
18 #endif