Searched refs:slc_replyp (Results 1 – 1 of 1) sorted by relevance
1306 static uchar_t *slc_replyp = NULL; variable1439 slc_replyp = slc_reply; in slc_start_reply()1440 *slc_replyp++ = IAC; in slc_start_reply()1441 *slc_replyp++ = SB; in slc_start_reply()1442 *slc_replyp++ = TELOPT_LINEMODE; in slc_start_reply()1443 *slc_replyp++ = LM_SLC; in slc_start_reply()1449 if ((*slc_replyp++ = func) == IAC) in slc_add_reply()1450 *slc_replyp++ = IAC; in slc_add_reply()1451 if ((*slc_replyp++ = flags) == IAC) in slc_add_reply()1452 *slc_replyp++ = IAC; in slc_add_reply()[all …]