uid_stp.h revision 1
1N/A#ifndef _UID_STP_H__
1N/A#define _UID_STP_H__
1N/A BR_CFG_PRIO | \
1N/A BR_CFG_AGE | \
1N/A BR_CFG_HELLO | \
1N/A BR_CFG_DELAY | \
1N/A BR_CFG_FORCE_VER | \
1N/A BR_CFG_AGE_MODE | \
1N/A BR_CFG_AGE_TIME | \
1N/A int bridge_priority;
1N/A int hello_time;
1N/A int forward_delay;
1N/A int force_version;
1N/A unsigned long root_path_cost;
1N/A int hello_time;
1N/A int forward_delay;
1N/A UID_PORT_DISABLED = 0,
1N/Atypedef unsigned short UID_PORT_ID;
1N/A PT_CFG_COST | \
1N/A PT_CFG_PRIO | \
1N/A PT_CFG_P2P | \
1N/A PT_CFG_EDGE | \
1N/A PT_CFG_MCHECK | \
1N/A#define ADMIN_PORT_PATH_COST_AUTO 0
1N/A int port_priority;
1N/A unsigned char admin_edge;
1N/A unsigned long designated_cost;
1N/A unsigned short handshake_flags;
1N/A unsigned long rx_cfg_bpdu_cnt;
1N/A unsigned long rx_rstp_bpdu_cnt;
1N/A unsigned long rx_tcn_bpdu_cnt;
1N/A unsigned long oper_port_path_cost;
1N/A unsigned char oper_point2point;
1N/A unsigned char oper_stp_neigb;
1N/A unsigned char top_change_ack;