Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbridgestp.c260 void bstp_reset(struct bstp_state *);
899 bstp_reset(struct bstp_state *bs) in bstp_reset()
1251 struct bstp_state *bs = bp->bp_bs; in bstp_update_info()
1280 struct bstp_state *bs = bp->bp_bs; in bstp_set_other_tcprop()
1344 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_role()
1637 struct bstp_state *bs; in bstp_ifstate()
1706 struct bstp_state *bs = (struct bstp_state *)arg; in bstp_tick()
1938 struct bstp_state *
1941 struct bstp_state *bs; in bstp_create()
1988 bstp_stop(struct bstp_state *bs) in bstp_stop()
[all …]
H A 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 …]
H A Dif_bridge.c260 struct bstp_state *bs = sc->sc_stp; in bridge_ioctl()
629 struct bstp_state *bs = sc->sc_stp; in bridge_bifgetstp()