Searched refs:netin (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 845 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) in process_rings() argument 853 if ((netout || netin || netex) && net > maxfd) in process_rings() 887 if (netin) in process_rings()
|
| HD | telnet.c | 2067 int netin, netout, netex, ttyin, ttyout; in Scheduler() local 2083 netin = !ISend && ring_empty_count(&netiring); in Scheduler() 2089 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 763 process_rings(int netin, in process_rings() argument 793 if (netin) { in process_rings()
|
| HD | externs.h | 268 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,
|
| HD | telnet.c | 1988 int netin, netout, netex, ttyin, ttyout; in Scheduler() local 2004 netin = !ISend && ring_empty_count(&netiring); in Scheduler() 2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
|