Searched defs:ipv4_hdr (Results 1 – 4 of 4) 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 …]
120 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct121 uint8 version_ihl; /* Version and Internet Header Length */122 uint8 tos; /* Type Of Service */123 uint16 tot_len; /* Number of bytes in packet (max 65535) */124 uint16 id;125 uint16 frag; /* 3 flag bits and fragment offset */126 uint8 ttl; /* Time To Live */127 uint8 prot; /* Protocol */128 uint16 hdr_chksum; /* IP header checksum */129 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]
125 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct126 uint8 version_ihl; /* Version and Internet Header Length */127 uint8 tos; /* Type Of Service */128 uint16 tot_len; /* Number of bytes in packet (max 65535) */129 uint16 id;130 uint16 frag; /* 3 flag bits and fragment offset */131 uint8 ttl; /* Time To Live */132 uint8 prot; /* Protocol */133 uint16 hdr_chksum; /* IP header checksum */134 uint8 src_ip[IPV4_ADDR_LEN]; /* Source IP Address */[all …]
115 BWL_PRE_PACKED_STRUCT struct ipv4_hdr { struct116 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 */[all …]