MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bstp_timer_stop

Function bstp_timer_stop

freebsd/net/bridgestp.c:1923–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921}
1922
1923static void
1924bstp_timer_stop(struct bstp_timer *t)
1925{
1926 t->value = 0;
1927 t->active = 0;
1928 t->latched = 0;
1929}
1930
1931static void
1932bstp_timer_latch(struct bstp_timer *t)

Callers 7

bstp_update_rolesFunction · 0.85
bstp_set_port_stateFunction · 0.85
bstp_set_port_roleFunction · 0.85
bstp_set_port_protoFunction · 0.85
bstp_set_port_tcFunction · 0.85
bstp_set_protocolFunction · 0.85
bstp_timer_dectestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected