Searched defs:iphdr (Results 1 – 7 of 7) 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 …]
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 …]
99 static uint16_t udp_checksum(struct ip *iphdr, struct udphdr *udphdr) in udp_checksum()115 static uint16_t udp6_checksum(struct ip6_hdr *iphdr, struct udphdr *udphdr) in udp6_checksum()174 struct ip *iphdr = (struct ip *)ip_frame; in send_fragment() local204 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags() local
711 uchar *pkt, *iphdr; in bootp_request() local970 uchar *pkt, *iphdr; in dhcp_send_request_packet() local
498 char iphdr[sizeof(struct ip6_hdr)]; in translate_packet() local
445 struct iphdr* iphdr = (struct iphdr*)&data[sizeof(struct ethhdr)]; in syz_extract_tcp_res() local