Searched defs:ipv4_hdr (Results 1 – 1 of 1) sorted by relevance
122 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct123 uint8 version_ihl; /* Version and Internet Header Length */124 uint8 tos; /* Type Of Service */125 uint16 tot_len; /* Number of bytes in packet (max 65535) */126 uint16 id;127 uint16 frag; /* 3 flag bits and fragment offset */128 uint8 ttl; /* Time To Live */129 uint8 prot; /* Protocol */130 uint16 hdr_chksum; /* IP header checksum */131 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]