Searched refs:netout (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.bin/telnet/ |
H A D | sys_bsd.c | 552 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, in process_rings() argument 565 set[0].events = (netout ? POLLOUT : 0) | (netin ? POLLIN : 0) | in process_rings()
|
H A D | telnet.c | 2002 int netin, netout, netex, ttyin, ttyout; in Scheduler() local 2006 netout = ring_full_count(&netoring) && in Scheduler() 2026 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
|