Searched refs:send_iac (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c198 send_iac(struct tsession *ts, unsigned char command, int option) function
247 send_iac(ts, DO, TELOPT_ECHO);
248 send_iac(ts, DO, TELOPT_NAWS);
249 send_iac(ts, DO, TELOPT_LFLOW);
250 send_iac(ts, WILL, TELOPT_ECHO);
251 send_iac(ts, WILL, TELOPT_SGA);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c239 send_iac(struct tsession *ts, unsigned char command, int option) function
291 send_iac(ts, DO, TELOPT_ECHO);
292 send_iac(ts, DO, TELOPT_LFLOW);
293 send_iac(ts, WILL, TELOPT_ECHO);
294 send_iac(ts, WILL, TELOPT_SGA);

Completed in 205 milliseconds