Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtelnet.c119 byte telwish; /* DO, DONT, WILL, WONT */ member
324 G.telwish = c; in handle_net_input()
472 if (G.telwish == WILL) in to_notsup()
474 else if (G.telwish == DO) in to_notsup()
481 if (G.telwish == DO) { in to_echo()
485 if (G.telwish == DONT) in to_echo()
489 if (G.telwish == WILL) in to_echo()
491 } else if (G.telwish == WONT) in to_echo()
511 if (G.telwish == WILL) in to_sga()
513 } else if (G.telwish == WONT) in to_sga()