Source position: kerneldefs.pp line 189
type fddi_snap_hdr = record
dsap: __u8;
ssap: __u8;
ctrl: __u8;
oui: array [0..(FDDI_K_OUI_LEN)-1] of __u8;
ethertype: __u16;
end;