Searched refs:opt_replyp (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dtelnet.c1520 unsigned char *opt_replyp; variable
1532 opt_reply = opt_replyp = opt_replyend = NULL;
1535 opt_replyp = opt_reply;
1537 *opt_replyp++ = IAC;
1538 *opt_replyp++ = SB;
1539 *opt_replyp++ = telopt_environ;
1540 *opt_replyp++ = TELQUAL_IS;
1547 if (opt_replyp)
1548 opt_replyp[-1] = TELQUAL_INFO;
1572 if (opt_replyp
[all...]

Completed in 75 milliseconds