Home
last modified time | relevance | path

Searched refs:remote_phone_dialout (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/isdn/isdnd/
Ddial.c57 strlcpy(cep->remote_phone_dialout, in select_first_dialno()
59 sizeof(cep->remote_phone_dialout)); in select_first_dialno()
60 …(DL_DIAL, (logit(LL_DBG, "select_first_dialno: only one no, no = %s", cep->remote_phone_dialout))); in select_first_dialno()
67 strlcpy(cep->remote_phone_dialout, in select_first_dialno()
69 sizeof(cep->remote_phone_dialout)); in select_first_dialno()
70 …DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: use first, no = %s", cep->remote_phone_dialout)… in select_first_dialno()
83 strlcpy(cep->remote_phone_dialout, in select_first_dialno()
85 sizeof(cep->remote_phone_dialout)); in select_first_dialno()
86 …BGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: use last, no = %s", cep->remote_phone_dialout))); in select_first_dialno()
95 strlcpy(cep->remote_phone_dialout, in select_first_dialno()
[all …]
Dcurses.c410 snprintf(buffer, sizeof(buffer), "%s", get_alias(cep->remote_phone_dialout)); in display_connect()
417 snprintf(buffer, sizeof(buffer), "%s/%s", cep->name, cep->remote_phone_dialout); in display_connect()
Dmsghdl.c1184 strlcpy(mcr.dst_telno, cep->remote_phone_dialout, in sendm_connect_req()
1205 aliasing ? get_alias(cep->remote_phone_dialout) : cep->remote_phone_dialout); in sendm_connect_req()
Disdnd.h463 char remote_phone_dialout[TELNO_MAX]; /* used remote number to dial */ member
Dmonitor.c1075 I4B_PUT_STR(evnt, I4B_MON_CONNECT_REMPHONE, cep->remote_phone_dialout); in monitor_evnt_connect()