Home
last modified time | relevance | path

Searched refs:BPDU_T (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.h219 STP_IN_check_bpdu_header (BPDU_T* bpdu, size_t len);
222 STP_IN_rx_bpdu (int vlan_id, int port_index, BPDU_T* bpdu, size_t len);
H A Dstp_bpdu.h88 } BPDU_T; typedef
H A Dport.h171 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len);
H A Dport.c197 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len) in STP_port_rx_bpdu()
H A Dstp_in.c557 STP_IN_check_bpdu_header (BPDU_T* bpdu, size_t len) in STP_IN_check_bpdu_header()
601 STP_IN_rx_bpdu (int vlan_id, int port_index, BPDU_T* bpdu, size_t len) in STP_IN_rx_bpdu()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c520 rc = STP_IN_check_bpdu_header((BPDU_T *)&eh->ether_type, buflen); in receive_packet()
552 (BPDU_T *)&eh->ether_type, buflen); in receive_packet()