Home
last modified time | relevance | path

Searched defs:bpdu (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dport.c197 STP_port_rx_bpdu (PORT_T* this, BPDU_T* bpdu, size_t len) in STP_port_rx_bpdu()
H A Dportinfo.c260 STP_info_rx_bpdu (PORT_T* port, struct stp_bpdu_t* bpdu, size_t len) in STP_info_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 Drstp.c235 tx_bpdu(int port_index, int vlan_id, unsigned char *bpdu, size_t bpdu_len) in tx_bpdu()