Searched refs:TELNET_SB (Results 1 – 1 of 1) sorted by relevance
58 #define TELNET_SB 250 /* Indicates that what follows is subnegotiation of the indicated option */ macro154 if ((*(src + 1) == TELNET_SB) && (*(src + LEN_IAC_CMD) == TELNET_NAWS)) { in ReadFilter()