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

/darwin-on-arm/xnu/bsd/netat/
H A Dddp.h216 u_short ddp_checksum(gbuf_t *, int);
H A Dddp.c242 * ddp_checksum
251 * checksum = ddp_checksum(mp, offset)
262 u_short ddp_checksum(mp, offset) function
485 tmp = ddp_checksum(m, 4);
498 tmp = ddp_checksum(tmp_m, 4);
993 (UAS_VALUE_NTOH(ddp->checksum) != ddp_checksum(mp, 4))) {
996 ddp_checksum(mp, 4), UAS_VALUE_NTOH(ddp->checksum)));
H A Dddp_usrreq.c246 UAS_ASSIGN_HTON(ddp->checksum, ddp_checksum(m, 4));

Completed in 24 milliseconds