Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dsttrans.c45 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, False); in disableLearning()
53 return STP_OUT_set_learning (port->port_index, port->owner->vlan_id, True); in enableLearning()
H A Dstp_to.h36 #define STP_OUT_set_learning (*stp_vectors->set_learning) macro