Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance
74 struct iphdr { struct76 __u8 ihl : 4, version : 4;82 __u8 tos;83 __be16 tot_len;84 __be16 id;85 __be16 frag_off;86 __u8 ttl;87 __u8 protocol;88 __sum16 check;89 __be32 saddr;[all …]
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;235 uint16_t check;236 int32_t saddr;[all …]