From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/ether.m | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 module/ether.m (limited to 'module/ether.m') diff --git a/module/ether.m b/module/ether.m new file mode 100644 index 00000000..a68f8c7b --- /dev/null +++ b/module/ether.m @@ -0,0 +1,11 @@ +Ether: module +{ + PATH: con "/dis/lib/ether.dis"; + Eaddrlen: con 6; + + init: fn(); + parse: fn(s: string): array of byte; + text: fn(a: array of byte): string; + addressof: fn(dev: string): array of byte; + eqaddr: fn(a, b: array of byte): int; +}; -- cgit v1.2.3