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

/haiku/src/bin/network/telnet/
H A Dtelnet.c1362 unsigned char *slc_replyp; variable
1367 slc_replyp = slc_reply;
1368 *slc_replyp++ = IAC;
1369 *slc_replyp++ = SB;
1370 *slc_replyp++ = TELOPT_LINEMODE;
1371 *slc_replyp++ = LM_SLC;
1383 if (&slc_replyp[6+2] > slc_reply_eom)
1385 if ((*slc_replyp++ = func) == IAC)
1386 *slc_replyp++ = IAC;
1387 if ((*slc_replyp
[all...]

Completed in 38 milliseconds