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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1296 unsigned char *slc_replyp; variable
1301 slc_replyp = slc_reply;
1302 *slc_replyp++ = IAC;
1303 *slc_replyp++ = SB;
1304 *slc_replyp++ = TELOPT_LINEMODE;
1305 *slc_replyp++ = LM_SLC;
1317 if (&slc_replyp[6+2] > slc_reply_eom)
1319 if ((*slc_replyp++ = func) == IAC)
1320 *slc_replyp++ = IAC;
1321 if ((*slc_replyp
[all...]
/freebsd-11-stable/contrib/telnet/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 120 milliseconds