HomeSort by: relevance | last modified time | path
    Searched defs:slc_replyp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
telnet.c 1352 unsigned char *slc_replyp;
1357 slc_replyp = slc_reply;
1358 *slc_replyp++ = IAC;
1359 *slc_replyp++ = SB;
1360 *slc_replyp++ = TELOPT_LINEMODE;
1361 *slc_replyp++ = LM_SLC;
1367 if ((size_t)(slc_replyp - slc_reply) + 6 > sizeof(slc_reply))
1369 if ((*slc_replyp++ = func) == IAC)
1370 *slc_replyp++ = IAC;
1371 if ((*slc_replyp++ = flags) == IAC
1349 unsigned char *slc_replyp; variable in typeref:typename:unsigned char *
    [all...]
telnet.c 1352 unsigned char *slc_replyp;
1357 slc_replyp = slc_reply;
1358 *slc_replyp++ = IAC;
1359 *slc_replyp++ = SB;
1360 *slc_replyp++ = TELOPT_LINEMODE;
1361 *slc_replyp++ = LM_SLC;
1367 if ((size_t)(slc_replyp - slc_reply) + 6 > sizeof(slc_reply))
1369 if ((*slc_replyp++ = func) == IAC)
1370 *slc_replyp++ = IAC;
1371 if ((*slc_replyp++ = flags) == IAC
1349 unsigned char *slc_replyp; variable in typeref:typename:unsigned char *
    [all...]

Completed in 207 milliseconds