Searched refs:bstp_timer_start (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/net/ |
H A D | bridgestp.c | 165 static void bstp_timer_start(struct bridge_timer *, uint16_t); 210 bstp_timer_start(&bif->bif_hold_timer, 0); in bstp_transmit_config() 323 bstp_timer_start(&bif->bif_message_age_timer, cu->cu_message_age); in bstp_record_config_information() 533 bstp_timer_start(&bif->bif_forward_delay_timer, 0); in bstp_make_forwarding() 564 bstp_timer_start(&sc->sc_topology_change_timer, 0); in bstp_topology_change_detection() 567 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_topology_change_detection() 703 bstp_timer_start(&sc->sc_tcn_timer, 0); in bstp_received_config_bpdu() 734 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_hello_timer_expiry() 756 bstp_timer_start(&sc->sc_hello_timer, 0); in bstp_message_age_timer_expiry() 766 bstp_timer_start(&bif->bif_forward_delay_timer, 0); in bstp_forward_delay_timer_expiry() [all …]
|