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 …]
500 char iphdr[sizeof(struct ip6_hdr)]; in translate_packet() local