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

/freebsd-10.2-release/usr.bin/chat/
H A DMakefile1 # $FreeBSD: releng/10.2/usr.bin/chat/Makefile 121784 2003-10-31 06:22:03Z kientzle $
6 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.
81 __FBSDID("$FreeBSD: releng/10.2/usr.bin/chat/chat.c 241737 2012-10-19 14:49:42Z ed $");
192 * chat [-esSvV] [-f chat-file] [-r report-file] [-t timeout]
193 * [-T phone-number] [-U phone-number2] [chat-script]
194 * where chat-script has the form:
197 * Perform a UUCP-dialer-like chat script on stdin and stdout.
280 openlog("chat", LOG_PI
[all...]
/freebsd-10.2-release/usr.sbin/ppp/
H A Dchat.h26 * $FreeBSD: releng/10.2/usr.sbin/ppp/chat.h 228990 2011-12-30 10:58:14Z uqs $
38 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.c26 * $FreeBSD: releng/10.2/usr.sbin/ppp/chat.c 262287 2014-02-21 09:25:52Z brueffer $
61 #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 *
[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-10.2-release/libexec/getty/
H A DMakefile5 SRCS= main.c init.c subr.c chat.c
/freebsd-10.2-release/usr.bin/
H A DMakefile23 chat \

Completed in 109 milliseconds