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

/haiku/src/bin/network/telnet/
H A Dsys_bsd.c847 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
855 if ((netout || netin || netex) && net > maxfd)
891 if (netex)
845 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c2067 int netin, netout, netex, ttyin, ttyout; local
2085 netex = !SYNCHing;
2089 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);

Completed in 20 milliseconds