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

/freebsd-10.2-release/sys/net/
H A Dbridgestp.h280 struct bstp_state *bp_bs;
335 struct bstp_state { struct
336 LIST_ENTRY(bstp_state) bs_list;
373 void bstp_attach(struct bstp_state *, struct bstp_cb_ops *);
374 void bstp_detach(struct bstp_state *);
375 void bstp_init(struct bstp_state *);
376 void bstp_stop(struct bstp_state *);
377 int bstp_create(struct bstp_state *, struct bstp_port *, struct ifnet *);
382 int bstp_set_htime(struct bstp_state *, int);
383 int bstp_set_fdelay(struct bstp_state *, in
[all...]
H A Dbridgestp.c87 LIST_HEAD(, bstp_state) bstp_list;
90 static void bstp_transmit(struct bstp_state *, struct bstp_port *);
91 static void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *);
92 static void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *);
95 static void bstp_send_bpdu(struct bstp_state *, struct bstp_port *,
98 static void bstp_received_stp(struct bstp_state *, struct bstp_port *,
100 static void bstp_received_rstp(struct bstp_state *, struct bstp_port *,
102 static void bstp_received_tcn(struct bstp_state *, struct bstp_port *,
104 static void bstp_received_bpdu(struct bstp_state *, struct bstp_port *,
112 static void bstp_assign_roles(struct bstp_state *);
[all...]
H A Dif_bridge.c222 struct bstp_state sc_stp; /* STP state */
1455 struct bstp_state *bs = &sc->sc_stp;
1473 struct bstp_state *bs = &sc->sc_stp;
1491 struct bstp_state *bs = &sc->sc_stp;
1509 struct bstp_state *bs = &sc->sc_stp;
1629 struct bstp_state *bs = &sc->sc_stp;

Completed in 109 milliseconds