Lines Matching defs:ipv4_hdr
123 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct
124 uint8 version_ihl; /* Version and Internet Header Length */
125 uint8 tos; /* Type Of Service */
126 uint16 tot_len; /* Number of bytes in packet (max 65535) */
127 uint16 id;
128 uint16 frag; /* 3 flag bits and fragment offset */
129 uint8 ttl; /* Time To Live */
130 uint8 prot; /* Protocol */
131 uint16 hdr_chksum; /* IP header checksum */
132 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */
133 uint8 dst_ip[IPV4_ADDR_LEN]; /* Destination IP Address */