Home
last modified time | relevance | path

Searched refs:udpchksum (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dnic.c380 static uint16_t udpchksum(struct iphdr *ip, struct udphdr *udp) in udpchksum() function
414 if ((udp->chksum = udpchksum(ip, udp)) == 0) in build_udp_hdr()
964 if (udp->chksum && udpchksum(ip, udp)) { in await_reply()