unit
polling_ether


unit polling_ether = {
imports[
bufio : BufIO_T
netio : NetIO_T
panic : Panic_T
stdout : Stdout_T
clock : { ticks }
dev : { ether_dev }
arp : { arptable }
queue : COMQueue_T
];
exports[
out : { eth_transmit
eth_poll
packet
packetlen
packetsdropped }
];
...
}


Rendered using Haskell HTML Combinators