Searched refs:NETROOM (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/telnet/
H A Ddefines.h38 #define NETROOM() (ring_empty_count(&netoring)) macro
H A Dauthenc.c56 if (NETROOM() > len) {
H A Dtelnet.c228 if (NETROOM() < sizeof(temp2)) {
783 if (len < NETROOM()) {
810 if (len < NETROOM()) {
916 if (len < NETROOM()) {
1035 if (NETROOM() > (int)sizeof(str_lm)) {
1071 if (NETROOM() > (int)sizeof(str_lm)) {
1112 if (NETROOM() > (int)sizeof(str_lm_mode)) {
1236 if (NETROOM() > (int)sizeof(slc_import_val)) {
1406 if (NETROOM() > len) {
1652 if (NETROOM() > le
[all...]
H A Dcommands.c384 if (NETROOM() < count) {

Completed in 70 milliseconds