Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dcpio.h137 char c_chksum[8]; /* 0 OR CRC of bytes of FILE data */ member
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y60 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