Home
last modified time | relevance | path

Searched refs:rts_cts (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.h105 unsigned rts_cts : 1; /* Is rts/cts enabled ? */ member
H A Dtty.c459 if (p->cfg.rts_cts) in tty_Raw()
716 if (p->cfg.rts_cts) in tty_Create()
H A Dphysical.c195 p->cfg.rts_cts = MODEM_CTSRTS; in physical_Create()
494 prompt_Printf(arg->prompt, ", CTS/RTS %s\n", (p->cfg.rts_cts ? "on" : "off")); in physical_ShowStatus()
792 p->cfg.rts_cts = enable ? 1 : 0; in physical_SetRtsCts()