Home
last modified time | relevance | path

Searched refs:dialouttype (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.sbin/isdn/isdnd/
Drc_config.c165 current_cfe->dialouttype = DIALOUT_NORMAL; in init_currrent_cfg_state()
593 current_cfe->dialouttype = DIALOUT_NORMAL; in cfg_setval()
595 current_cfe->dialouttype = DIALOUT_CALLEDBACK; in cfg_setval()
1598 …fprintf(PFILE, "dialout-type = %s\n", cep->dialouttype ? "calledback\t\t# i am called bac… in print_config()
1751 if (cep->dialouttype == DIALOUT_CALLEDBACK) in print_config()
Dfsm.c213 if (cep->dialouttype == DIALOUT_NORMAL) in F_DFL()
Disdnd.h345 int dialouttype; /* type of outgoing connection */ member
Dsupport.c454 && cep->dialouttype == DIALOUT_CALLEDBACK) in find_matching_entry_incoming()