Home
last modified time | relevance | path

Searched refs:bstp_state (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Dbridgestp.c224 void bstp_transmit(struct bstp_state *, struct bstp_port *);
225 void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *);
226 void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *);
229 void bstp_send_bpdu(struct bstp_state *, struct bstp_port *,
232 void bstp_received_stp(struct bstp_state *, struct bstp_port *,
234 void bstp_received_rstp(struct bstp_state *, struct bstp_port *,
236 void bstp_received_tcn(struct bstp_state *, struct bstp_port *,
238 void bstp_received_bpdu(struct bstp_state *, struct bstp_port *,
246 void bstp_assign_roles(struct bstp_state *);
247 void bstp_update_roles(struct bstp_state *, struct bstp_port *);
[all …]
Dif_bridge.h328 struct bstp_state *bp_bs;
381 struct bstp_state { struct
479 struct bstp_state *sc_stp; /* stp state */
499 struct bstp_state *bstp_create(void);
500 void bstp_enable(struct bstp_state *bs, unsigned int);
501 void bstp_disable(struct bstp_state *bs);
502 void bstp_destroy(struct bstp_state *);
503 void bstp_initialization(struct bstp_state *);
504 void bstp_stop(struct bstp_state *);
506 struct bstp_port *bstp_add(struct bstp_state *, struct ifnet *);
[all …]
Dif_bridge.c260 struct bstp_state *bs = sc->sc_stp; in bridge_ioctl()
629 struct bstp_state *bs = sc->sc_stp; in bridge_bifgetstp()