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

/haiku/src/bin/network/telnet/
H A Dutilities.c295 extern int want_status_response;
298 (want_status_response && (pointer[0] == TELOPT_STATUS))) {
669 if (--want_status_response < 0)
670 want_status_response = 0;
H A Dtelnet.c2263 int want_status_response = 0;
2287 ++want_status_response;
2254 int want_status_response = 0; variable

Completed in 47 milliseconds