Searched refs:slc_replyp (Results 1 – 2 of 2) sorted by relevance
1296 unsigned char *slc_replyp; variable1301 slc_replyp = slc_reply; in slc_start_reply()1302 *slc_replyp++ = IAC; in slc_start_reply()1303 *slc_replyp++ = SB; in slc_start_reply()1304 *slc_replyp++ = TELOPT_LINEMODE; in slc_start_reply()1305 *slc_replyp++ = LM_SLC; in slc_start_reply()1317 if (&slc_replyp[6+2] > slc_reply_eom) in slc_add_reply()1319 if ((*slc_replyp++ = func) == IAC) in slc_add_reply()1320 *slc_replyp++ = IAC; in slc_add_reply()1321 if ((*slc_replyp++ = flags) == IAC) in slc_add_reply()[all …]
1360 unsigned char *slc_replyp; variable1365 slc_replyp = slc_reply; in slc_start_reply()1366 *slc_replyp++ = IAC; in slc_start_reply()1367 *slc_replyp++ = SB; in slc_start_reply()1368 *slc_replyp++ = TELOPT_LINEMODE; in slc_start_reply()1369 *slc_replyp++ = LM_SLC; in slc_start_reply()1381 if (&slc_replyp[6+2] > slc_reply_eom) in slc_add_reply()1383 if ((*slc_replyp++ = func) == IAC) in slc_add_reply()1384 *slc_replyp++ = IAC; in slc_add_reply()1385 if ((*slc_replyp++ = flags) == IAC) in slc_add_reply()[all …]