struct arl_entry_t

Overview

ARL table entry structure More…

#include <tapi_cfg_arl.h>

struct arl_entry_t {
    // fields

    uint8_t mac[ETHER_ADDR_LEN];
    char* vlan;
    unsigned int port;
    arl_entry_type type;

    // methods

    TAILQ_ENTRY(arl_entry_t);
};

Detailed Documentation

ARL table entry structure

Fields

uint8_t mac[ETHER_ADDR_LEN]

MAC address

char* vlan

VLAN name

unsigned int port

Port number

arl_entry_type type

Entry type

Methods

TAILQ_ENTRY(arl_entry_t)

Tail queue links