Searched refs:IXOFF (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dsys_bsd.c452 tmp_tc.c_iflag &= ~(IXOFF|IXON); /* Leave the IXANY bit alone */
455 tmp_tc.c_iflag |= IXOFF|IXON; /* Leave the IXANY bit alone */
457 tmp_tc.c_iflag |= IXOFF|IXON|IXANY;
459 tmp_tc.c_iflag |= IXOFF|IXON;
/haiku/src/kits/device/
H A DSerialPort.cpp573 options.c_iflag &= ~(IXON | IXOFF | IXANY | INPCK);
585 options.c_iflag |= (IXON | IXOFF);
/haiku/headers/posix/
H A Dtermios.h57 #define IXOFF 0x1000 /* enable output SW flow control */ macro

Completed in 38 milliseconds