1Ether: module
2{
3 PATH: con "/dis/lib/ether.dis";
4 Eaddrlen: con 6;
5
6 init: fn();
7 parse: fn(s: string): array of byte;
8 text: fn(a: array of byte): string;
9 addressof: fn(dev: string): array of byte;
10 eqaddr: fn(a, b: array of byte): int;
11};
12