Searched defs:Ippkt (Results 1 – 2 of 2) sorted by relevance
23 typedef struct Ippkt Ippkt; typedef24 struct Ippkt struct26 uchar vihl; /* Version and header length */27 uchar tos; /* Type of service */28 uchar length[2]; /* packet length */29 uchar id[2]; /* Identification */30 uchar frag[2]; /* Fragment information */31 uchar ttl; /* Time to live */32 uchar proto; /* Protocol */33 uchar cksum[2]; /* Header checksum */[all …]
329 Ippkt = 0x00020000, /* IP Packet */ enumerator