/freebsd/usr.sbin/ppp/ |
H A D | chat.h | 40 struct chat { argument 78 ((d)->type == CHAT_DESCRIPTOR ? (struct chat *)(d) : NULL) 81 extern void chat_Init(struct chat *, struct physical *); 82 extern int chat_Setup(struct chat *, const char *, const char *); 83 extern void chat_Finish(struct chat *); 84 extern void chat_Destroy(struct chat *); 38 struct chat { global() struct 39 descchat global() argument 42 statechat global() argument 44 scriptchat global() argument 45 argvchat global() argument 46 argcchat global() argument 48 argchat global() argument 49 expchat global() argument 50 argptrchat global() argument 51 arglenchat global() argument 75 nargptrchat global() argument 76 timeoutchat global() argument
|
H A D | chat.c | 84 static char *ExpandString(struct chat *, const char *, char *, int, int); 89 struct chat *c = (struct chat *)v; in chat_PauseTimer() 95 chat_Pause(struct chat *c, u_long load) in chat_Pause() 108 struct chat *c = (struct chat *)v; in chat_TimeoutTimer() 114 chat_SetTimeout(struct chat *c) in chat_SetTimeout() 142 struct chat *c = descriptor2chat(d); in chat_UpdateSet() 332 struct chat *c = descriptor2chat(d); in chat_IsSet() 337 chat_UpdateLog(struct chat *c, int in) in chat_UpdateLog() 382 struct chat *c = descriptor2chat(d); in chat_Read() 497 struct chat *c = descriptor2chat(d); in chat_Write() [all …]
|
H A D | datalink.c | 124 chat_Finish(&dl->chat); in datalink_HangupDone() 213 chat_Finish(&dl->chat); in datalink_LoginDone() 224 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL)) in datalink_LoginDone() 284 if (!chat_Setup(&dl->chat, dl->cfg.script.dial, in datalink_UpdateSet() 336 if (!chat_Setup(&dl->chat, dl->cfg.script.login, NULL)) in datalink_UpdateSet() 346 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL)) in datalink_UpdateSet() 359 result = descriptor_UpdateSet(&dl->chat.desc, r, w, e, n); in datalink_UpdateSet() 360 switch (dl->chat.state) { in datalink_UpdateSet() 373 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL)) in datalink_UpdateSet() 394 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL)) in datalink_UpdateSet() [all …]
|
H A D | datalink.h | 59 struct chat chat; /* For bringing the link up & down */ member
|
H A D | Makefile | 6 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
|
H A D | README.changes | 124 o It is now only necessary to escape the `-' character in chat scripts twice. 128 o The ``!'' at the start of chat scripts and authkey can be made literal
|
/freebsd/usr.bin/chat/ |
H A D | Makefile | 4 PROG= chat 5 MAN= chat.8
|
/freebsd/libexec/getty/ |
H A D | Makefile | 5 SRCS= main.c init.c subr.c chat.c
|
/freebsd/usr.bin/ |
H A D | Makefile | 19 chat \
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 191 # If you don't like ppp's builtin chat, use an external one: 193 set login "\"!chat \\-f /etc/ppp/ppp.dev.chat\"" 494 # Compuserve insists on 7 bits even parity during the chat phase. Modem 563 set log phase chat connect lcp ipcp command
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 100 p2p_find 5 dev_id=11:22:33:44:55:66 seek=alt.example.chat seek=alt.example.video 320 p2p_service_add asp 1 4d6fc7 0 1108 alt.example.chat svc_info='name=john' rsp_info='enter PIN 1234' 352 p2p_service_rep asp 1 4d6fc7 1 1108 alt.example.chat svc_info='name=john' rsp_info='enter PIN 1234' 841 …0-0 name='' config_methods=0x108 dev_capab=0x21 group_capab=0x0 adv_id=111 asp_svc=alt.example.chat
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | README.md | 10 [![Join the chat at https://gitter.im/libevent/libevent](https://badges.gitter.im/libevent/libevent…
|
/freebsd/contrib/libevent/ |
H A D | README.md | 10 [![Join the chat at https://gitter.im/libevent/libevent](https://badges.gitter.im/libevent/libevent…
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8150-sony-xperia-kumano.dtsi | 818 chat_cam_pwr_en: chat-cam-pwr-en-state {
|
H A D | msm8998-sony-xperia-yoshino.dtsi | 886 chat_cam_pwr_en: chat-cam-pwr-en-default-state {
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 949 conference 531/tcp chat 950 conference 531/udp chat 1438 ideafarm-chat 902/tcp 1439 ideafarm-chat 902/udp
|
/freebsd/targets/pseudo/userland/ |
H A D | Makefile.depend | 161 usr.bin/chat \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | filesystems | 1017 # http://alexfru.chat.ru/epm.html#bootprog
|
/freebsd/share/dict/ |
H A D | web2a | 20057 fallow chat 33822 long-tailed chat 47768 robin chat
|
H A D | web2 | 33912 chat
|
/freebsd/share/misc/ |
H A D | usb_vendors | 1415 3121 WoW tap chat
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16495 OLD_FILES+=usr/share/examples/pppd/chat.sh.sample
|