Searched defs:iphdr (Results 1 – 2 of 2) sorted by relevance
85 struct iphdr { struct87 __u8 ihl:4,88 version:4;95 __u8 tos;96 __be16 tot_len;97 __be16 id;98 __be16 frag_off;99 __u8 ttl;100 __u8 protocol;101 __sum16 check;[all …]
45 struct iphdr struct48 unsigned int ihl:4;49 unsigned int version:4;56 u_int8_t tos;57 u_int16_t tot_len;58 u_int16_t id;59 u_int16_t frag_off;60 u_int8_t ttl;61 u_int8_t protocol;62 u_int16_t check;[all …]