Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtelnet.c118 byte telstate; /* telnet negotiation state from network input */ member
267 if (G.telstate == TS_NORMAL) { /* most typical state */ in handle_net_input()
275 G.telstate = TS_CR; in handle_net_input()
282 G.telstate = TS_IAC; in handle_net_input()
290 switch (G.telstate) { in handle_net_input()
295 G.telstate = TS_COPY; in handle_net_input()
303 G.telstate = TS_IAC; in handle_net_input()
307 G.telstate = TS_CR; in handle_net_input()
315 G.telstate = TS_COPY; in handle_net_input()
318 G.telstate = TS_SUB1; in handle_net_input()
[all …]