Home
last modified time | relevance | path

Searched refs:temp_feed (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c90 Block temp_feed; member
203 d.data = (char *)fbp->temp_feed; in cfb64_start()
204 d.length = sizeof (fbp->temp_feed); in cfb64_start()
216 if ((*p++ = fbp->temp_feed[x]) == IAC) in cfb64_start()
325 cfb64_stream_iv(fbp->temp_feed, in cfb64_reply()
335 (void) memset(fbp->temp_feed, 0, sizeof (Block)); in cfb64_reply()
336 cfb64_stream_iv(fbp->temp_feed, in cfb64_reply()