Searched defs:udpchksum (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds