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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c50 * unsigned short IP_checksum(unsigned short *p, int len)
55 IP_checksum(unsigned short *p, int len) function
140 ipHdr->ip_sum = SWAP16(IP_checksum((unsigned short*)ipHdr, 20));
151 t_checksum = IP_checksum((unsigned short*)ipHdr + 6, (16 + tftpLength));

Completed in 81 milliseconds