Searched refs:chat (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.bin/chat/
H A DMakefile6 PROG= chat
7 MAN= chat.8
H A Dchat.c18 * number into chat script. Two are needed for some ISDN TA applications.
28 * back. When HANGUP is set to NO, chat will not hangup at HUP signal.
193 * chat [-esSvV] [-f chat-file] [-r report-file] [-t timeout]
194 * [-T phone-number] [-U phone-number2] [chat-script]
195 * where chat-script has the form:
198 * Perform a UUCP-dialer-like chat script on stdin and stdout.
281 openlog("chat", LOG_PID | LOG_NDELAY, LOG_LOCAL2);
316 * Process a chat script when read from a file.
392 "Usage: chat [
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.h38 struct chat { struct
76 ((d)->type == CHAT_DESCRIPTOR ? (struct chat *)(d) : NULL)
79 extern void chat_Init(struct chat *, struct physical *);
80 extern int chat_Setup(struct chat *, const char *, const char *);
81 extern void chat_Finish(struct chat *);
82 extern void chat_Destroy(struct chat *);
H A Ddatalink.h55 struct fdescriptor desc; /* We play either a physical or a chat */
59 struct chat chat; /* For bringing the link up & down */ member in struct:datalink
73 } script; /* various chat scripts */
H A Dchat.c61 #include "chat.h"
84 static char *ExpandString(struct chat *, const char *, char *, int, int);
89 struct chat *c = (struct chat *)v;
95 chat_Pause(struct chat *c, u_long load)
100 c->pause.name = "chat pause";
108 struct chat *c = (struct chat *)v;
114 chat_SetTimeout(struct chat *c)
120 c->timeout.name = "chat timeou
[all...]
H A Ddatalink.c71 #include "chat.h"
124 chat_Finish(&dl->chat);
213 chat_Finish(&dl->chat);
224 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
284 if (!chat_Setup(&dl->chat, dl->cfg.script.dial,
336 if (!chat_Setup(&dl->chat, dl->cfg.script.login, NULL))
346 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
359 result = descriptor_UpdateSet(&dl->chat.desc, r, w, e, n);
360 switch (dl->chat.state) {
373 if (!chat_Setup(&dl->chat, d
[all...]
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/freebsd-9.3-release/libexec/getty/
H A DMakefile5 SRCS= main.c init.c subr.c chat.c
/freebsd-9.3-release/usr.bin/
H A DMakefile23 chat \
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample192 # If you don't like ppp's builtin chat, use an external one:
194 set login "\"!chat \\-f /etc/ppp/ppp.dev.chat\""
495 # Compuserve insists on 7 bits even parity during the chat phase. Modem
564 set log phase chat connect lcp ipcp command
/freebsd-9.3-release/etc/
H A Dservices961 conference 531/tcp chat
962 conference 531/udp chat
1453 ideafarm-chat 902/tcp
1454 ideafarm-chat 902/udp

Completed in 95 milliseconds