Home
last modified time | relevance | path

Searched refs:phone (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ppp/
HDcbcp.c71 *cbcp->fsm.phone = '\0'; in cbcp_Init()
262 char list[sizeof cbcp->fsm.phone], *next; in cbcp_SendReq()
271 strncpy(list, cbcp->fsm.phone, sizeof list - 1); in cbcp_SendReq()
322 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone, in cbcp_Up()
323 sizeof cbcp->fsm.phone)) { in cbcp_Up()
324 strncpy(cbcp->fsm.phone, cbcp->p->dl->cfg.cbcp.phone, in cbcp_Up()
325 sizeof cbcp->fsm.phone - 1); in cbcp_Up()
326 cbcp->fsm.phone[sizeof cbcp->fsm.phone - 1] = '\0'; in cbcp_Up()
330 if (*cbcp->fsm.phone == '\0') in cbcp_Up()
332 else if (!strcmp(cbcp->fsm.phone, "*")) { in cbcp_Up()
[all …]
HDdatalink.c128 dl->phone.chosen = "N/A"; in datalink_HangupDone()
131 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone); in datalink_HangupDone()
133 strncpy(dl->cfg.phone.list, dl->cbcp.fsm.phone, in datalink_HangupDone()
134 sizeof dl->cfg.phone.list - 1); in datalink_HangupDone()
135 dl->cfg.phone.list[sizeof dl->cfg.phone.list - 1] = '\0'; in datalink_HangupDone()
136 dl->phone.alt = dl->phone.next = NULL; in datalink_HangupDone()
181 if (dl->phone.next == NULL) in datalink_HangupDone()
193 char *phone; in datalink_ChoosePhoneNumber() local
195 if (dl->phone.alt == NULL) { in datalink_ChoosePhoneNumber()
196 if (dl->phone.next == NULL) { in datalink_ChoosePhoneNumber()
[all …]
HDcbcp.h44 char phone[SCRIPT_LEN]; member
54 char phone[SCRIPT_LEN]; /* What to dial */ member
HDdatalink.h78 } phone; member
99 } phone; member
HDauth.c166 auth_SetPhoneList(const char *name, char *phone, int phonelen) in auth_SetPhoneList() argument
191 strncpy(phone, vector[4], phonelen - 1); in auth_SetPhoneList()
192 phone[phonelen - 1] = '\0'; in auth_SetPhoneList()
206 *phone = '\0'; in auth_SetPhoneList()
HDchat.c572 chat_Setup(struct chat *c, const char *data, const char *phone) in chat_Setup() argument
591 c->phone = phone; in chat_Setup()
671 if (c->phone) { in ExpandString()
672 strncpy(result, c->phone, reslen); in ExpandString()
HDppp.conf32 set phone PHONE_NUM
HDchat.h63 const char *phone; /* Our phone number */ member
HDcommand.c2008 strncpy(cx->cfg.phone.list, argp, sizeof cx->cfg.phone.list - 1); in SetVariable()
2009 cx->cfg.phone.list[sizeof cx->cfg.phone.list - 1] = '\0'; in SetVariable()
2010 cx->phone.alt = cx->phone.next = NULL; in SetVariable()
2180 *cx->cfg.cbcp.phone = '\0'; in SetVariable()
2183 strncpy(cx->cfg.cbcp.phone, arg->argv[arg->argn], in SetVariable()
2184 sizeof cx->cfg.cbcp.phone - 1); in SetVariable()
2185 cx->cfg.cbcp.phone[sizeof cx->cfg.cbcp.phone - 1] = '\0'; in SetVariable()
/freebsd-11-stable/usr.bin/tip/libacu/
HDv3451.c62 char phone[50]; in v3451_dialer() local
91 (void)snprintf(phone, sizeof phone, "%s\r", num); in v3451_dialer()
92 vawrite(phone, 1 + slow); in v3451_dialer()
93 if (!expect(phone)) { in v3451_dialer()
/freebsd-11-stable/usr.bin/tip/
HDREADME20 If this is done and no phone numbers should appear in the
48 addition is the capacility to specify a phone number with tip. The
51 tip phone-number
53 tip -300 phone-number
HDTODO19 and phone line). got any ideas here? I'm looking at something
/freebsd-11-stable/contrib/ntp/html/scripts/
HDmiscopt.txt11 <li class='inline'><a href='miscopt.html#phone'>phone - specify modem phone numbers</a></li>\
/freebsd-11-stable/share/examples/ppp/
HDppp.secret.sample25 # If a phone number or list of phone numbers is given as the fifth
HDppp.conf.sample80 set phone 1234567
94 set phone 1234567
114 set phone 1234567
127 set phone 12345678 # Replace this with your ISPs phone number
169 # Multi-phone example. Numbers separated by a : are used sequentially.
174 set phone 12345678|12345679:12345670|12345671
176 # Some phone numbers may include # characters - don't forget to escape
179 set phone "12345##678"
321 set phone 0W1194 # Remote system phone number,
499 set phone 1234567
[all …]
HDppp.conf.span-isp117 set phone "1234567"
123 set phone "2345678"
129 set phone "3456789"
/freebsd-11-stable/etc/
HDphones4 # phones -- remote host phone number data base
/freebsd-11-stable/etc/bluetooth/
HDhosts10 # 00:11:22:33:44:55 phone
/freebsd-11-stable/contrib/ntp/conf/
HDbeauregard.conf7 phone atdt913034944774 atdt913034944785 atdt913034944774
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/include/
HDusermgmt.hlp64 where the office location, the work phone number, and the home phone
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
HDremote9 # pn phone numbers (@ =>'s search phones file; possibly taken from
/freebsd-11-stable/libexec/bootpd/
HDREADME49 please contact either Walt Wimer or Drew Perkins by E-mail or phone.
50 Addresses and phone numbers are listed below.
/freebsd-11-stable/contrib/ntp/html/hints/
HDdecosf117 Distributed Computing Support phone: (714) 856-6926
/freebsd-11-stable/contrib/ntp/ntpd/
HDcomplete.conf.in67 phone "ATDT13034944774" "ATDT12027621594"
/freebsd-11-stable/contrib/diff/
HDABOUT-NLS190 ant-phone | () |
327 ant-phone | [] |
464 ant-phone | [] [] |
601 ant-phone | | 3

123