Home
last modified time | relevance | path

Searched refs:netex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c843 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) in process_rings() argument
851 if ((netout || netin || netex) && net > maxfd) in process_rings()
887 if (netex) in process_rings()
H A Dtelnet.c2065 int netin, netout, netex, ttyin, ttyout; in Scheduler() local
2083 netex = !SYNCHing; in Scheduler()
2087 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c765 int netex, in process_rings() argument
797 if (netex) { in process_rings()
H A Dexterns.h268 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,
H A Dtelnet.c1988 int netin, netout, netex, ttyin, ttyout; in Scheduler() local
2006 netex = !SYNCHing; in Scheduler()
2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()