Indy 9
TIdIpHdr
See Also, Unit: IdRawHeaders
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;
Unit
IdRawHeaders
Members
ip_verlen: byte;
ip_verlen
ip_tos: byte;
ip_tos
ip_len: word;
ip_len
ip_id: word;
ip_id
ip_off: word;
ip_off
ip_ttl: byte;
ip_ttl
ip_p: byte;
ip_p
ip_sum: word;
ip_sum
ip_src: TIdInAddr;
ip_src
ip_dst: TIdInAddr;
ip_dst
ip_options: longword;
ip_options

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.