Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance
75 struct iphdr { struct77 __u8 ihl : 4, version : 4;83 __u8 tos;84 __be16 tot_len;85 __be16 id;86 __be16 frag_off;87 __u8 ttl;88 __u8 protocol;89 __sum16 check;
219 struct iphdr { struct221 uint8_t ihl :4,222 version:4;229 uint8_t tos;230 uint16_t tot_len;231 uint16_t id;232 uint16_t frag_off;233 uint8_t ttl;234 uint8_t protocol;235 uint16_t check;[all …]