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

/haiku/src/bin/network/telnet/
H A Dtelnet.c1334 unsigned char *slc_replyp;
1339 slc_replyp = slc_reply;
1340 *slc_replyp++ = IAC;
1341 *slc_replyp++ = SB;
1342 *slc_replyp++ = TELOPT_LINEMODE;
1343 *slc_replyp++ = LM_SLC;
1355 if (&slc_replyp[6+2] > slc_reply_eom)
1357 if ((*slc_replyp++ = func) == IAC)
1358 *slc_replyp++ = IAC;
1359 if ((*slc_replyp
1330 unsigned char *slc_replyp; variable
[all...]

Completed in 42 milliseconds