Searched defs:iphdr (Results 1 – 3 of 3) 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 …]
504 char iphdr[sizeof(struct ip6_hdr)]; in translate_packet() local
278 struct ip *iphdr; in recv_function_raw() local