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

  /src/usr.bin/telnet/
telnet.c 1463 unsigned char *opt_replyend;
1479 opt_reply = opt_replyp = opt_replyend = NULL;
1483 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1522 if ((unsigned int)(opt_replyend - opt_replyp) < elen)
1525 len = opt_replyend - opt_reply + elen;
1533 opt_reply = opt_replyp = opt_replyend = NULL;
1537 opt_replyend = opt_reply + len;
1595 opt_reply = opt_replyp = opt_replyend = NULL;
1460 unsigned char *opt_replyend; variable in typeref:typename:unsigned char *

Completed in 12 milliseconds