Searched refs:stp_vectors (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_to.h29 #include "stp_vectors.h"
30 #define STP_OUT_flush_lt (*stp_vectors->flush_lt)
31 #define STP_OUT_get_port_mac (*stp_vectors->get_port_mac)
32 #define STP_OUT_get_port_oper_speed (*stp_vectors->get_port_oper_speed)
33 #define STP_OUT_get_port_link_status (*stp_vectors->get_port_link_status)
34 #define STP_OUT_get_duplex (*stp_vectors->get_duplex)
36 #define STP_OUT_set_learning (*stp_vectors->set_learning)
37 #define STP_OUT_set_forwarding (*stp_vectors->set_forwarding)
39 #define STP_OUT_set_port_state (*stp_vectors->set_port_state)
41 #define STP_OUT_set_hardware_mode (*stp_vectors
[all...]
H A Dllib-lrstp30 #include <stp_vectors.h>
H A Dstp_vectors.h40 struct stp_vectors { struct
83 typedef struct stp_vectors STP_VECTORS_T;
87 extern STP_VECTORS_T *stp_vectors;
H A Dstp_in.h133 struct stp_vectors;
134 typedef struct stp_vectors STP_VECTORS_T;
H A Dbase.h174 #define stp_trace (*stp_vectors->trace)
H A Dstp_in.c32 STP_VECTORS_T *stp_vectors; variable
234 stp_vectors = vectors;
/illumos-gate/usr/src/lib/librstp/
H A DMakefile28 HDRS = stp_bpdu.h stp_in.h stp_vectors.h uid_stp.h
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c45 #include <stp_vectors.h>
361 static STP_VECTORS_T stp_vectors = { variable
382 STP_IN_init(&stp_vectors);
H A Devents.c45 #include <stp_vectors.h>

Completed in 101 milliseconds