Lines Matching defs:Ippkt
23 typedef struct Ippkt Ippkt; typedef
24 struct Ippkt struct
26 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 */
34 uchar src[4]; /* Ip source */
35 uchar dst[4]; /* Ip destination */
36 char data[1];