Home
last modified time | relevance | path

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

/src/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1237 char vstop, vstart; in readstream() local
1283 vstop = tsp->c_cc[VSTOP]; in readstream()
1293 vstop = tp->c_cc[VSTOP]; in readstream()
1303 newflow = (ixon && (vstart == 021) && (vstop == 023)) ? 1 : 0; in readstream()