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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.h321 struct bstp_state *bp_bs;
383 struct bstp_state { struct
384 LIST_ENTRY(bstp_state) bs_list;
411 void bstp_attach(struct bstp_state *, struct bstp_cb_ops *);
412 void bstp_detach(struct bstp_state *);
413 void bstp_init(struct bstp_state *);
414 void bstp_stop(struct bstp_state *);
415 int bstp_create(struct bstp_state *, struct bstp_port *, struct ifnet *);
420 int bstp_set_htime(struct bstp_state *, int);
421 int bstp_set_fdelay(struct bstp_state *, in
[all...]
H A Dbridgestp.c146 LIST_HEAD(, bstp_state) bstp_list;
152 static void bstp_transmit(struct bstp_state *, struct bstp_port *);
153 static void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *);
154 static void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *);
157 static void bstp_send_bpdu(struct bstp_state *, struct bstp_port *,
161 static void bstp_received_stp(struct bstp_state *, struct bstp_port *,
163 static void bstp_received_rstp(struct bstp_state *, struct bstp_port *,
165 static void bstp_received_tcn(struct bstp_state *, struct bstp_port *,
167 static void bstp_received_bpdu(struct bstp_state *, struct bstp_port *,
175 static void bstp_assign_roles(struct bstp_state *);
[all...]
H A Dif_bridge.c335 struct bstp_state sc_stp; /* STP state */
2398 struct bstp_state *bs = &sc->sc_stp;
2421 struct bstp_state *bs = &sc->sc_stp;
2444 struct bstp_state *bs = &sc->sc_stp;
2467 struct bstp_state *bs = &sc->sc_stp;
2629 struct bstp_state *bs = &sc->sc_stp; \

Completed in 28 milliseconds