#include "rtu_ve.h"
Go to the source code of this file.
Defines | |
#define | MAX_VLANS 4096 |
Functions | |
int | rtu_vd_init () |
VLAN database initialisation. VLANs are initially marked as disabled. | |
vlan_table_entry_t * | rtu_vd_read_entry (uint16_t vid) |
Reads VLAN registration entry from VLAN database. | |
int | rtu_vd_create_entry () |
int | rtu_vd_delete_entry () |
#define MAX_VLANS 4096 |
int rtu_vd_create_entry | ( | ) |
int rtu_vd_delete_entry | ( | ) |
int rtu_vd_init | ( | ) |
VLAN database initialisation. VLANs are initially marked as disabled.
vlan_table_entry_t* rtu_vd_read_entry | ( | uint16_t | vid ) |
Reads VLAN registration entry from VLAN database.
vid | VLAN identifier. |