Searched refs:phone (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dcbcp.h44 char phone[SCRIPT_LEN]; member in struct:cbcpcfg
54 char phone[SCRIPT_LEN]; /* What to dial */ member in struct:cbcp::__anon8833
H A Dppp.conf32 set phone PHONE_NUM
H A Dcbcp.c71 *cbcp->fsm.phone = '\0';
262 char list[sizeof cbcp->fsm.phone], *next;
271 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
322 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone,
323 sizeof cbcp->fsm.phone)) {
324 strncpy(cbcp->fsm.phone, cbcp->p->dl->cfg.cbcp.phone,
325 sizeof cbcp->fsm.phone - 1);
326 cbcp->fsm.phone[sizeof cbcp->fsm.phone
[all...]
H A Ddatalink.c128 dl->phone.chosen = "N/A";
131 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone);
133 strncpy(dl->cfg.phone.list, dl->cbcp.fsm.phone,
134 sizeof dl->cfg.phone.list - 1);
135 dl->cfg.phone.list[sizeof dl->cfg.phone.list - 1] = '\0';
136 dl->phone.alt = dl->phone.next = NULL;
181 if (dl->phone
193 char *phone; local
[all...]
H A Dchat.h63 const char *phone; /* Our phone number */ member in struct:chat
H A Ddatalink.h78 } phone; member in struct:datalink::__anon8847
84 int timeout; /* Redial timeout value (end of phone list) */
96 char *next; /* Next phone from the list */
97 char *alt; /* Alternate (after fail) phone from the list */
98 const char *chosen; /* Chosen phone number after DIAL */
99 } phone; member in struct:datalink
H A Dauth.c166 auth_SetPhoneList(const char *name, char *phone, int phonelen) argument
191 strncpy(phone, vector[4], phonelen - 1);
192 phone[phonelen - 1] = '\0';
206 *phone = '\0';
H A Dchat.c572 chat_Setup(struct chat *c, const char *data, const char *phone) argument
591 c->phone = phone;
624 * \T Telephone number(s) (defined via `set phone')
671 if (c->phone) {
672 strncpy(result, c->phone, reslen);
H A Dcommand.c2008 strncpy(cx->cfg.phone.list, argp, sizeof cx->cfg.phone.list - 1);
2009 cx->cfg.phone.list[sizeof cx->cfg.phone.list - 1] = '\0';
2010 cx->phone.alt = cx->phone.next = NULL;
2180 *cx->cfg.cbcp.phone = '\0';
2183 strncpy(cx->cfg.cbcp.phone, arg->argv[arg->argn],
2184 sizeof cx->cfg.cbcp.phone - 1);
2185 cx->cfg.cbcp.phone[sizeo
[all...]
H A Dphysical.c474 prompt_Printf(arg->prompt, " Phone Number: %s\n", arg->cx->phone.chosen);
/freebsd-11-stable/contrib/ntp/conf/
H A Dbeauregard.conf7 phone atdt913034944774 atdt913034944785 atdt913034944774
8 #phone atdt913034944812 atdt913034948497 atdt913034948022
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv3451.c62 char phone[50]; local
91 (void)snprintf(phone, sizeof phone, "%s\r", num);
92 vawrite(phone, 1 + slow);
93 if (!expect(phone)) {
94 printf("Vadic will not accept phone number\n");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_config.h245 string_fifo * phone; member in struct:config_tree_tag
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c136 #define MAXPHONE 10 /* maximum number of phone strings */
163 char * sys_phone[MAXPHONE] = {NULL}; /* ACTS phone numbers */
1048 str_node = HEAD_PFIFO(ptree->phone);
1050 fprintf(df, "phone");
3535 sn = HEAD_PFIFO(ptree->phone);
3543 "phone: Number of phone entries exceeds %zu. Ignoring phone %s...",
3567 FREE_STRING_FIFO(ptree->phone);

Completed in 138 milliseconds