Searched refs:newflow (Results 1 – 2 of 2) sorted by relevance
1172 int newflow = in my_telnet() local1174 if (newflow != flowmode) { in my_telnet()1175 flowmode = newflow; in my_telnet()1239 int newflow; in readstream() local1303 newflow = (ixon && (vstart == 021) && (vstop == 023)) ? 1 : 0; in readstream()1304 if (newflow != flowison) { /* it's a change */ in readstream()1305 flowison = newflow; in readstream()1306 ibuf[0] = newflow ? TIOCPKT_DOSTOP : TIOCPKT_NOSTOP; in readstream()
3 * Copyright (C) 2013 Newflow Ltd - https://www.newflow.co.uk/