Home
last modified time | relevance | path

Searched refs:latched (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.h286 int latched; member
H A Dbridgestp.c2093 t->latched = 0; in bstp_timer_start()
2101 t->latched = 0; in bstp_timer_stop()
2107 t->latched = 1; in bstp_timer_latch()
2114 if (t->active == 0 || t->latched) { in bstp_timer_expired()