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

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dtelnet.c1489 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE)
1498 opt_reply = (unsigned char *)realloc(opt_reply, OPT_REPLY_SIZE);
1500 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1507 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1547 opt_replyend += OPT_REPLY_SIZE;
1485 #define OPT_REPLY_SIZE macro
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1428 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro
1437 void *tmp = realloc (opt_reply, OPT_REPLY_SIZE);
1445 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE);
1452 opt_replyend = opt_reply + OPT_REPLY_SIZE;
1493 opt_replyend += OPT_REPLY_SIZE;

Completed in 58 milliseconds