RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Sockets.TIPHeader Record
Pascal
TIPHeader = packed record
  iph_verlen: byte;
  iph_tos: byte;
  iph_length: word;
  iph_id: word;
  iph_offset: word;
  iph_ttl: byte;
  iph_protocol: byte;
  iph_xsum: word;
  iph_src: longword;
  iph_dest: longword;
end;
C++
struct TIPHeader {
  byte iph_verlen;
  byte iph_tos;
  word iph_length;
  word iph_id;
  word iph_offset;
  byte iph_ttl;
  byte iph_protocol;
  word iph_xsum;
  longword iph_src;
  longword iph_dest;
};

Sockets

This is record Sockets.TIPHeader.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!