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

Function bstp_timer_latch

freebsd/net/bridgestp.c:1931–1936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1929}
1930
1931static void
1932bstp_timer_latch(struct bstp_timer *t)
1933{
1934 t->latched = 1;
1935 t->active = 1;
1936}
1937
1938static int
1939bstp_timer_dectest(struct bstp_timer *t)

Callers 1

bstp_set_port_roleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected