Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dicmp.c35 ICMPChecksum(uint16_t *icmph, int len) in ICMPChecksum() function
133 ICMPChecksum((uint16_t *)icmph, sizeof(struct icmphdr) + len); in ICMPOutput()
157 if (ICMPChecksum((uint16_t *) icmph, pctx->p.ip_len - (pctx->p.iph->ihl << 2) )) in ProcessICMPECHORequest()