Searched refs:BPDU_T (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/librstp/common/ |
H A D | stp_in.h | 219 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 D | stp_bpdu.h | 88 } BPDU_T; typedef
|
H A D | port.h | 171 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len);
|
H A D | port.c | 197 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len) in STP_port_rx_bpdu()
|
H A D | stp_in.c | 557 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()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 520 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()
|