Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c821 if ((len < NETROOM()) && (bytes < sizeof (temp))) { in suboption()
848 if ((len < NETROOM()) && (bytes < sizeof (temp))) { in suboption()
1071 if (NETROOM() > sizeof (str_lm)) {
1117 if (NETROOM() > sizeof (str_lm)) {
1164 if (NETROOM() > sizeof (str_lm_mode)) {
1284 if (NETROOM() > sizeof (slc_import_val)) {
1465 if (NETROOM() > len) { in slc_end_reply()
1724 if (NETROOM() > len) {
1997 while (NETROOM() > 2) { in telsnd()
2514 if (NETROOM() >= cp - tmp) { in get_status()
[all …]
H A Dauthenc.c97 if (NETROOM() > len) { in net_write()
H A Ddefines.h51 #define NETROOM() (ring_empty_count(&netoring)) macro
H A Dcommands.c474 if (NETROOM() < count) {