Source position: kerneldefs.pp line 130
type ethhdr = record
h_dest: array [0..(ETH_ALEN)-1] of Byte;
h_source: array [0..(ETH_ALEN)-1] of Byte;
h_proto: Word;
end;