Home
last modified time | relevance | path

Searched refs:in_cksum (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/arm/arm/
H A Din_cksum.c1 /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */
39 * @(#)in_cksum.c 8.1 (Berkeley) 6/10/93
87 unsigned short in_cksum(const void *buf, int len) in in_cksum() function
/third_party/toybox/toys/pending/
H A Dtraceroute.c88 static u_int16_t in_cksum(u_int16_t *p, u_int len) in in_cksum() function
127 send_icmp4->icmp_cksum = in_cksum((uint16_t *) send_icmp4, TT.msg_len); in send_probe4()

Completed in 2 milliseconds