Searched refs:chksm (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/pax/
H A Dtar.c262 u_long chksm = BLNKSUM; /* initial value is checksum field sum */ local
270 chksm += (u_long)(*pt++ & 0xff);
281 chksm += (u_long)(*pt++ & 0xff);
282 return(chksm);
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h386 u_int16_t chksm; member in struct:__anon3945
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c2184 READ_TOKEN_BYTES(buf, len, &tok->tt.ip.chksm, sizeof(uint16_t),
2231 print_2_bytes(fp, ntohs(tok->tt.ip.chksm), "%u");
2257 print_2_bytes(fp, ntohs(tok->tt.ip.chksm), "%u");

Completed in 72 milliseconds