Home
last modified time | relevance | path

Searched refs:bif_hold_timer (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/
Dbridgestp.c181 if (bif->bif_hold_timer.active) { in bstp_transmit_config()
210 bstp_timer_start(&bif->bif_hold_timer, 0); in bstp_transmit_config()
896 bstp_timer_stop(&bif->bif_hold_timer); in bstp_stop()
920 bstp_timer_stop(&bif->bif_hold_timer); in bstp_initialize_port()
1095 if (bstp_timer_expired(&bif->bif_hold_timer, in bstp_tick()
Dif_bridgevar.h259 struct bridge_timer bif_hold_timer; member