Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h196 #define IP_DTR 0x20 /* DTR High */ macro
HDsi.c992 if (x & IP_DTR) sigon |= SER_DTR; in simodem()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c387 if (tc.tc_int & IP_DTR) printf(" DTR"); in mstate()
498 sprintf(msg + strlen(msg), ", dtr:%s", (ip & IP_DTR) ? "on" : "off"); in s_ip()