unit
simple_arp


unit simple_arp = {
imports[
dev : { bootp_info
ether_dev }
stdout : Stdout_T
panic : Panic_T
malloc : Malloc_T
string : String_T
];
exports[
out : { _dumparptable
arptable
netmask
hostname
hostnamelen
ether_bcast }
flags : { required_flags }
];
...
}


Rendered using Haskell HTML Combinators