Searched defs:iphdr (Results 1 – 7 of 7) sorted by relevance
6 struct iphdr { struct11 struct iphdr iph; in raw_send_hdrinc() argument
86 struct iphdr { struct88 __u8 ihl:4,89 version:4;96 __u8 tos;97 __be16 tot_len;98 __be16 id;99 __be16 frag_off;100 __u8 ttl;101 __u8 protocol;102 __sum16 check;[all …]
101 static uint16_t udp_checksum(struct ip *iphdr, struct udphdr *udphdr) in udp_checksum()117 static uint16_t udp6_checksum(struct ip6_hdr *iphdr, struct udphdr *udphdr) in udp6_checksum()176 struct ip *iphdr = (struct ip *)ip_frame; in send_fragment() local206 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags() local
497 char iphdr[sizeof(struct ip6_hdr)]; in translate_packet() local
266 struct ip *iphdr; in recv_function_raw() local