Searched defs:iphdr (Results 1 – 4 of 4) sorted by relevance
75 struct iphdr { struct77 __u8 ihl:4,78 version:4;85 __u8 tos;86 __be16 tot_len;87 __be16 id;88 __be16 frag_off;89 __u8 ttl;90 __u8 protocol;91 __u16 check;[all …]
87 struct iphdr { struct90 __u8 ihl:4,91 version:4;100 __u8 tos;101 __be16 tot_len;102 __be16 id;104 __be16 frag_off;105 __u8 ttl;106 __u8 protocol;107 __sum16 check;[all …]
231 struct iphdr { struct233 uint8_t ihl :4,234 version:4;241 uint8_t tos;242 uint16_t tot_len;243 uint16_t id;244 uint16_t frag_off;245 uint8_t ttl;246 uint8_t protocol;247 uint16_t check;[all …]