Searched refs:slc_replyp (Results 1 – 1 of 1) sorted by relevance
1304 static uchar_t *slc_replyp = NULL; variable1437 slc_replyp = slc_reply; in slc_start_reply()1438 *slc_replyp++ = IAC; in slc_start_reply()1439 *slc_replyp++ = SB; in slc_start_reply()1440 *slc_replyp++ = TELOPT_LINEMODE; in slc_start_reply()1441 *slc_replyp++ = LM_SLC; in slc_start_reply()1447 if ((*slc_replyp++ = func) == IAC) in slc_add_reply()1448 *slc_replyp++ = IAC; in slc_add_reply()1449 if ((*slc_replyp++ = flags) == IAC) in slc_add_reply()1450 *slc_replyp++ = IAC; in slc_add_reply()[all …]