Home
last modified time | relevance | path

Searched refs:STP_OUT_set_forwarding (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dsttrans.c61 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, False); in disableForwarding()
69 return STP_OUT_set_forwarding (port->port_index, port->owner->vlan_id, True); in enableForwarding()
H A Dstp_to.h37 #define STP_OUT_set_forwarding (*stp_vectors->set_forwarding) macro