Searched refs:c_chksum (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/bin/pax/ |
| D | cpio.c | 617 arcn->crc = asc_ul(hd->c_chksum, sizeof(hd->c_chksum), HEX); 724 ul_asc((u_long)arcn->crc,hd->c_chksum,sizeof(hd->c_chksum), 730 ul_asc((u_long)0L, hd->c_chksum, sizeof(hd->c_chksum),HEX))
|
| D | cpio.h | 138 char c_chksum[8]; /* 0 OR CRC of bytes of FILE data */ member
|
| /freebsd-9-stable/contrib/ipfilter/iplang/ |
| D | iplang_y.y | 77 u_short c_chksum __P((u_short *, u_int, u_long)); 1789 udp->uh_sum = c_chksum((u_short *)udp, (u_int)ntohs(iptmp.ip_len), sum); in end_udp() 1810 tcp->th_sum = c_chksum((u_short *)tcp, (u_int)ntohs(iptmp.ip_len), sum); in end_tcp() 1836 u_short c_chksum(buf, len, init) in c_chksum() function
|