Lines Matching defs:Hdr
7 typedef struct Hdr Hdr; typedef
8 struct Hdr struct
10 uchar vihl; /* Version and header length */
11 uchar tos; /* Type of service */
12 uchar length[2]; /* packet length */
13 uchar id[2]; /* ip->identification */
14 uchar frag[2]; /* Fragment information */
15 uchar ttl; /* Time to live */
16 uchar proto; /* Protocol */
17 uchar cksum[2]; /* Header checksum */
18 uchar src[4]; /* IP source */
19 uchar dst[4]; /* IP destination */