NetBurner 3.5.0
PDF Version
 
multihome.h File Reference

Create Multihome and VLAN Interfaces. More...

#include <netinterface.h>

Go to the source code of this file.

Functions

int AddVlanInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, uint16_t vlan_tag, const char *ParentName)
 Add a VLAN interface with a Parent Name.
 
int AddVlanInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, uint16_t vlan_tag, InterfaceBlock &parent)
 Add a VLAN interface with a Partent InterfaceBlock reference.
 
int AddVlanInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, uint16_t vlan_tag, int root_if=0)
 Add a VLAN interface with an interface number.
 
int AddInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, const char *ParentName)
 Add an interface with a Parent Name.
 
int AddInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, InterfaceBlock &parent)
 Add an interface with a Partent InterfaceBlock reference.
 
int AddInterface (IPADDR4 addr, IPADDR4 mask, IPADDR4 gateway, int root_if=0)
 Add an interface with an interface number.
 

Detailed Description

Create Multihome and VLAN Interfaces.