Home
last modified time | relevance | path

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

/kernel/liteos_a/net/telnet/src/
Dtelnet_loop.c58 #define TELNET_SB 250 /* Indicates that what follows is subnegotiation of the indicated option */ macro
154 if ((*(src + 1) == TELNET_SB) && (*(src + LEN_IAC_CMD) == TELNET_NAWS)) { in ReadFilter()