HomeSort by relevance Sort by last modified time
    Searched refs:rts_cts (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
physical.h 106 unsigned rts_cts : 1; /* Is rts/cts enabled ? */ member in struct:physical::__anon22841
physical.c 217 p->cfg.rts_cts = MODEM_CTSRTS;
520 prompt_Printf(arg->prompt, ", CTS/RTS %s\n", (p->cfg.rts_cts ? "on" : "off"));
821 p->cfg.rts_cts = enable ? 1 : 0;
tty.c 451 if (p->cfg.rts_cts)
722 if (p->cfg.rts_cts)

Completed in 48 milliseconds