Home
last modified time | relevance | path

Searched defs:stp_vectors (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_vectors.h40 struct stp_vectors { struct
41 int (*flush_lt)(IN int port_index, IN int vlan_id,
45 void (*get_port_mac) (IN int port_index, OUT unsigned char* mac);
47 unsigned long (*get_port_oper_speed) (IN unsigned int portNo);
50 int (*get_port_link_status) (IN int port_index);
53 int (*get_duplex) (IN int port_index);
56 int (*set_learning) (IN int port_index, IN int vlan_id, IN int enable);
57 int (*set_forwarding) (IN int port_index, IN int vlan_id,
83 typedef struct stp_vectors STP_VECTORS_T; argument
H A Dstp_in.c32 STP_VECTORS_T *stp_vectors; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c361 static STP_VECTORS_T stp_vectors = { variable