Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance
87 struct iphdr { struct90 __u8 ihl : 4, version : 4;97 __u8 tos;99 __be16 tot_len;100 __be16 id;101 __be16 frag_off;102 __u8 ttl;104 __u8 protocol;105 __sum16 check;106 __be32 saddr;[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 …]