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