Home
last modified time | relevance | path

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

/xnu-12377.81.4/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 *); argument
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 *, int);
[all …]
H A Dbridgestp.c146 LIST_HEAD(, bstp_state) bstp_list = LIST_HEAD_INITIALIZER(bstp_list);
156 static void bstp_transmit(struct bstp_state *, struct bstp_port *);
157 static void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *);
158 static void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *);
161 static void bstp_send_bpdu(struct bstp_state *, struct bstp_port *,
165 static void bstp_received_stp(struct bstp_state *, struct bstp_port *,
167 static void bstp_received_rstp(struct bstp_state *, struct bstp_port *,
169 static void bstp_received_tcn(struct bstp_state *, struct bstp_port *,
171 static void bstp_received_bpdu(struct bstp_state *, struct bstp_port *,
179 static void bstp_assign_roles(struct bstp_state *);
[all …]
H A Dif_bridge.c564 struct bstp_state sc_stp; /* STP state */
3529 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri()
3552 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght()
3575 struct bstp_state *bs; in bridge_ioctl_gfd()
3600 struct bstp_state *bs; in bridge_ioctl_gma()
3775 struct bstp_state *bs = &sc->sc_stp; \