Searched defs:udphdr (Results 1 – 1 of 1) sorted by relevance
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()144 struct udphdr udphdr; in send_fragment() local