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

/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1501 unsigned char *opt_replyp;
1513 opt_reply = opt_replyp = opt_replyend = NULL;
1516 opt_replyp = opt_reply;
1518 *opt_replyp++ = IAC;
1519 *opt_replyp++ = SB;
1520 *opt_replyp++ = telopt_environ;
1521 *opt_replyp++ = TELQUAL_IS;
1528 if (opt_replyp)
1529 opt_replyp[-1] = TELQUAL_INFO;
1553 if (opt_replyp
1497 unsigned char *opt_replyp; variable
[all...]

Completed in 114 milliseconds