Searched defs:chk (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dudp.c174 grub_uint16_t chk, expected; local
175 chk = udph->chksum;
180 if (expected != chk)
185 grub_be_to_cpu16 (chk));
189 udph->chksum = chk;
H A Dip.c248 grub_uint16_t chk, expected; local
249 chk = udph->chksum;
255 if (expected != chk)
260 grub_be_to_cpu16 (chk));
264 udph->chksum = chk;
H A Dtcp.c779 grub_uint16_t chk, expected; local
780 chk = tcph->checksum;
785 if (expected != chk)
790 grub_be_to_cpu16 (chk));
794 tcph->checksum = chk;
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog.c183 u_int32_t chk; local
221 memcpy(&chk, dbt.data, sizeof(u_int32_t));
222 if (chk == DB_txn_ckp) {
260 memcpy(&chk, dbt.data, sizeof(u_int32_t));
261 if (chk == DB_txn_ckp) {
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1789 struct nb_reg_node *chk = local
1794 if (NULL == chk) {
1798 n = chk;
1803 nb_free = chk;

Completed in 360 milliseconds