Home
last modified time | relevance | path

Searched refs:STP_IN_rx_bpdu (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h222 STP_IN_rx_bpdu (int vlan_id, int port_index, BPDU_T* bpdu, size_t len);
H A Dmapfile-vers64 STP_IN_rx_bpdu;
H A Dstp_in.c601 STP_IN_rx_bpdu (int vlan_id, int port_index, BPDU_T* bpdu, size_t len) in STP_IN_rx_bpdu() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c551 rc = STP_IN_rx_bpdu(port->vlan_id, port->port_index, in receive_packet()