struct ndn_stp_bpdu_t

Overview

Structure represents STP BPDU More…

#include <ndn_bridge.h>

struct ndn_stp_bpdu_t {
    // fields

    uint8_t version;
    uint8_t bpdu_type;
    struct ndn_stp_cfg_bpdu_t cfg;
    struct ndn_stp_bpdu_t::@18::ndn_stp_tcn_bpdu_t tcn[0];
};

Detailed Documentation

Structure represents STP BPDU

Fields

uint8_t version

Protocol version identifier

uint8_t bpdu_type

STP BPDU type - Configuration or Notification

struct ndn_stp_cfg_bpdu_t cfg

Content of Configuration BPDU

unnamed-struct tcn[0]

Topology Change Notification BPDU has no content