Lines Matching defs:ipv4_hdr
115 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
116 uint8 version_ihl; /* Version and Internet Header Length */
117 uint8 tos; /* Type Of Service */
118 uint16 tot_len; /* Number of bytes in packet (max 65535) */
119 uint16 id;
120 uint16 frag; /* 3 flag bits and fragment offset */
121 uint8 ttl; /* Time To Live */
122 uint8 prot; /* Protocol */
123 uint16 hdr_chksum; /* IP header checksum */
124 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
125 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination IP Address */