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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1430 unsigned char *opt_replyp; variable
1448 opt_reply = opt_replyp = opt_replyend = NULL;
1451 opt_replyp = opt_reply;
1453 *opt_replyp++ = IAC;
1454 *opt_replyp++ = SB;
1455 *opt_replyp++ = telopt_environ;
1456 *opt_replyp++ = TELQUAL_IS;
1463 if (opt_replyp)
1464 opt_replyp[-1] = TELQUAL_INFO;
1488 if (opt_replyp
[all...]
/freebsd-11-stable/contrib/telnet/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 127 milliseconds