Internet Direct (Indy) Version 9.0.2 Beta
TIdIpHdr
TIdIpHdr = packed record
  ip_verlen: byte;
  ip_tos: byte;
  ip_len: word;
  ip_id: word;
  ip_off: word;
  ip_ttl: byte;
  ip_p: byte;
  ip_sum: word;
  ip_src: TIdInAddr;
  ip_dst: TIdInAddr;
  ip_options: longword;
  end;
Description
The text for this record has been generated automatically.