Home
last modified time | relevance | path

Searched refs:down_retry_count (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/isdn/isdnd/
Dfsm.c242 cep->down_retry_count++; in F_DFL()
244 if (cep->down_retry_count > cep->downtries) in F_DFL()
320 cep->down_retry_count++; in F_ACBR()
322 if (cep->down_retry_count > cep->downtries) in F_ACBR()
Dsupport.c575 cep->down_retry_count = 0; in find_matching_entry_incoming()
824 cep->down_retry_count = 0; in if_up()
858 cep->down_retry_count = 0; in if_down()
Disdnd.h496 int down_retry_count; /* retry cycle count for usedown*/ member