Searched refs:c_chksum (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/bin/pax/ |
| D | cpio.c | 597 arcn->crc = asc_u32(hd->c_chksum, sizeof(hd->c_chksum), HEX); in vcpio_rd() 704 u32_asc((uintmax_t)arcn->crc,hd->c_chksum,sizeof(hd->c_chksum), in vcpio_wr() 710 u32_asc((uintmax_t)0, hd->c_chksum, sizeof(hd->c_chksum),HEX)) in vcpio_wr()
|
| D | cpio.h | 139 char c_chksum[8]; /* 0 OR CRC of bytes of FILE data */ member
|
| /netbsd/src/external/bsd/ipf/dist/iplang/ |
| D | iplang_y.y | 72 u_short c_chksum __P((u_short *, u_int, u_long)); 1784 udp->uh_sum = c_chksum((u_short *)udp, (u_int)ntohs(iptmp.ip_len), sum); in end_udp() 1805 tcp->th_sum = c_chksum((u_short *)tcp, (u_int)ntohs(iptmp.ip_len), sum); in end_tcp() 1831 u_short c_chksum(buf, len, init) in c_chksum() function
|