Home
last modified time | relevance | path

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

/trueos/sys/boot/arm/at91/libat91/
HDemac.c55 IP_checksum(unsigned short *p, int len) in IP_checksum() function
139 ipHdr->ip_sum = SWAP16(IP_checksum((unsigned short*)ipHdr, 20)); in Send_TFTP_Packet()
150 t_checksum = IP_checksum((unsigned short*)ipHdr + 6, (16 + tftpLength)); in Send_TFTP_Packet()