diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2006-11-26 18:43:48 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2006-11-26 18:43:48 +0000 |
| commit | 071fff62be931aab1102c425cbfe98eae7d6a8cc (patch) | |
| tree | 830196d4f4c7ae5711bcf53cc4a89909662fc904 /sys/net/bridgestp.h | |
| parent | a230a36b4db1857ac23398ef3d9856d33aa6aa64 (diff) | |
Notes
Diffstat (limited to 'sys/net/bridgestp.h')
| -rw-r--r-- | sys/net/bridgestp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/net/bridgestp.h b/sys/net/bridgestp.h index 20c1eff2d2b81..8e09cf9e17d76 100644 --- a/sys/net/bridgestp.h +++ b/sys/net/bridgestp.h @@ -367,9 +367,10 @@ void bstp_attach(struct bstp_state *, bstp_state_cb_t, bstp_rtage_cb_t); void bstp_detach(struct bstp_state *); void bstp_init(struct bstp_state *); void bstp_stop(struct bstp_state *); -int bstp_add(struct bstp_state *, struct bstp_port *, struct ifnet *); -void bstp_delete(struct bstp_port *); -void bstp_drain(struct bstp_port *); +int bstp_create(struct bstp_state *, struct bstp_port *, struct ifnet *); +int bstp_enable(struct bstp_port *); +void bstp_disable(struct bstp_port *); +void bstp_destroy(struct bstp_port *); void bstp_linkstate(struct ifnet *, int); int bstp_set_htime(struct bstp_state *, int); int bstp_set_fdelay(struct bstp_state *, int); |
