HomeSort by relevance Sort by last modified time
    Searched defs:ttyp (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
debug.c 85 ttystats(ttyp)
86 struct ttys *ttyp;
88 struct slirp_ifstats *is = &ttyp->ifstats;
99 lprint("Unit %d:\r\n", ttyp->unit);
102 ttyp->proto==PROTO_PPP?"PPP":
105 lprint(" %d baudrate\r\n", ttyp->baud);
106 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
107 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
109 lprint(" towrite is %d bytes\r\n", ttyp->towrite)
342 struct ttys *ttyp; local
    [all...]
  /external/libppp/src/
tty.c 560 struct ttyent *ttyp; local
564 for (slot = 1; (ttyp = getttyent()); ++slot)
565 if (!strcmp(ttyp->ty_name, p->name.base)) {

Completed in 1055 milliseconds