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

/freebsd-10-stable/contrib/telnet/telnet/
H A Dtelnet.c1099 static unsigned char str_lm_mode[] = { variable
1113 str_lm_mode[4] = linemode;
1115 str_lm_mode[4] |= MODE_ACK;
1116 if (NETROOM() > (int)sizeof(str_lm_mode)) {
1117 ring_supply_data(&netoring, str_lm_mode, sizeof(str_lm_mode));
1118 printsub('>', &str_lm_mode[2], sizeof(str_lm_mode)-2);
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1038 static unsigned char str_lm_mode[] = { variable
1052 str_lm_mode[4] = linemode;
1054 str_lm_mode[4] |= MODE_ACK;
1055 if (NETROOM() > sizeof(str_lm_mode)) {
1056 ring_supply_data(&netoring, str_lm_mode, sizeof(str_lm_mode));
1057 printsub('>', &str_lm_mode[2], sizeof(str_lm_mode)-2);

Completed in 55 milliseconds