Internet Direct (Indy) Version 9.0.1 Beta
TIdRipHdr
TIdRipHdr = packed record
  rip_cmd: byte;
  rip_ver: byte;
  rip_rd: word;
  rip_af: word;
  rip_rt: word;
  rip_addr: longword;
  rip_mask: longword;
  rip_next_hop: longword;
  rip_metric: longword;
  end;
Description
The text for this record has been generated automatically.