Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.h279 struct bstp_state *bp_bs;
334 struct bstp_state { struct
335 LIST_ENTRY(bstp_state) bs_list;
372 void bstp_attach(struct bstp_state *, struct bstp_cb_ops *); argument
373 void bstp_detach(struct bstp_state *);
374 void bstp_init(struct bstp_state *);
375 void bstp_stop(struct bstp_state *);
376 int bstp_create(struct bstp_state *, struct bstp_port *, struct ifnet *);
381 int bstp_set_htime(struct bstp_state *, int);
382 int bstp_set_fdelay(struct bstp_state *, int);
[all …]
H A Dbridgestp.c90 LIST_HEAD(, bstp_state) bstp_list = LIST_HEAD_INITIALIZER(bstp_list);
93 static void bstp_transmit(struct bstp_state *, struct bstp_port *);
94 static void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *);
95 static void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *);
98 static void bstp_send_bpdu(struct bstp_state *, struct bstp_port *,
101 static void bstp_received_stp(struct bstp_state *, struct bstp_port *,
103 static void bstp_received_rstp(struct bstp_state *, struct bstp_port *,
105 static void bstp_received_tcn(struct bstp_state *, struct bstp_port *,
107 static void bstp_received_bpdu(struct bstp_state *, struct bstp_port *,
115 static void bstp_assign_roles(struct bstp_state *);
[all …]
H A Dif_bridge.c298 struct bstp_state sc_stp; /* STP state */
1857 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri()
1875 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght()
1893 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gfd()
1911 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gma()
2104 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gbparam()