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

/freebsd-13-stable/bin/pax/
H A Dtar.c264 u_long chksm = BLNKSUM; /* initial value is checksum field sum */ local
272 chksm += (u_long)(*pt++ & 0xff);
283 chksm += (u_long)(*pt++ & 0xff);
284 return(chksm);
/freebsd-13-stable/contrib/openbsm/bsm/
H A Dlibbsm.h389 u_int16_t chksm; member in struct:__anon5784
/freebsd-13-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 62 milliseconds