Searched refs:IP_RTS (Results 1 – 3 of 3) sorted by relevance
197 #define IP_RTS 0x02 /* RTS High */ macro
993 if (x & IP_RTS) sigon |= SER_RTS; in simodem()
388 if (tc.tc_int & IP_RTS) printf(" RTS"); in mstate()496 sprintf(msg, "rts:%s", (ip & IP_RTS) ? "on" : "off"); in s_ip()