Home
last modified time | relevance | path

Searched defs:chat (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/usr.sbin/ppp/
H A Dchat.h40 struct chat { struct
41 struct fdescriptor desc;
42 struct physical *physical;
44 int state; /* Our CHAT_* status */
46 char script[LINE_LEN]; /* Our arg buffer */
47 char *argv[MAXARGS]; /* Our arguments (pointing to script) */
48 int argc; /* Number of argv's */
50 int arg; /* Our current arg number */
51 char exp[LINE_LEN]; /* Our translated current argument */
52 char *argptr; /* Our current arg pointer */
[all …]
H A Ddatalink.h59 struct chat chat; /* For bringing the link up & down */ member