Searched refs:c_chksum (Results 1 – 2 of 2) sorted by relevance
137 char c_chksum[8]; /* 0 OR CRC of bytes of FILE data */ member
60 u_short c_chksum(u_short *, u_int, u_long);1689 udp->uh_sum = c_chksum((u_short *)udp, (u_int)ntohs(iptmp.ip_len), sum); in end_udp()1710 tcp->th_sum = c_chksum((u_short *)tcp, (u_int)ntohs(iptmp.ip_len), sum); in end_tcp()1735 u_short c_chksum(u_short *buf, u_int len, u_long init) in c_chksum() function