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

Function bstp_timer_start

freebsd/net/bridgestp.c:1915–1921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1913}
1914
1915static void
1916bstp_timer_start(struct bstp_timer *t, uint16_t v)
1917{
1918 t->value = v;
1919 t->active = 1;
1920 t->latched = 0;
1921}
1922
1923static void
1924bstp_timer_stop(struct bstp_timer *t)

Callers 11

bstp_transmitFunction · 0.85
bstp_inputFunction · 0.85
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_timer_tcFunction · 0.85
bstp_set_timer_msgageFunction · 0.85
bstp_tickFunction · 0.85
bstp_hello_timer_expiryFunction · 0.85
bstp_reinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected