Home
last modified time | relevance | path

Searched refs:sigoff (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c176 static int ucom_modem(struct tty *tp, int sigon, int sigoff);
1303 ucom_modem(struct tty *tp, int sigon, int sigoff) in ucom_modem() argument
1313 if ((sigon == 0) && (sigoff == 0)) { in ucom_modem()
1338 if (sigoff & SER_DTR) { in ucom_modem()
1344 if (sigoff & SER_RTS) { in ucom_modem()
/dragonfly/sys/netinet/
H A Dtcp_output.c181 int sigoff = 0; in tcp_output() local
789 sigoff = optlen + 2; in tcp_output()
1058 (u_char *)(th + 1) + sigoff, IPSEC_DIR_OUTBOUND); in tcp_output()