Searched refs:TELNET_NOP (Results 1 – 1 of 1) sorted by relevance
67 #define TELNET_NOP 0xf1 /* Unassigned in IANA, putty use this to keepalive */ macro138 if (*(src + 1) == TELNET_NOP) { in ReadFilter()