Lines Matching refs:ntohl
35 nr_servers = ntohl(uvldb->nServers);
40 entry->name[i] = (u8)ntohl(uvldb->name[i]);
48 tmp = ntohl(uvldb->serverFlags[i]);
54 vlflags = ntohl(uvldb->flags);
61 tmp = ntohl(uvldb->serverFlags[i]);
78 uuid->time_mid = htons(ntohl(xdr->time_mid));
79 uuid->time_hi_and_version = htons(ntohl(xdr->time_hi_and_version));
80 uuid->clock_seq_hi_and_reserved = (u8)ntohl(xdr->clock_seq_hi_and_reserved);
81 uuid->clock_seq_low = (u8)ntohl(xdr->clock_seq_low);
83 uuid->node[j] = (u8)ntohl(xdr->node[j]);
85 entry->addr_version[n] = ntohl(uvldb->serverUnique[i]);
90 entry->vid[i] = ntohl(uvldb->volumeId[i]);
206 uniquifier = ntohl(*bp++);
207 nentries = ntohl(*bp++);
208 count = ntohl(*bp);
333 count = ntohl(call->tmp);
446 uniquifier = ntohl(*bp++);
447 call->count = ntohl(*bp++);
448 call->count2 = ntohl(*bp); /* Type or next count */
488 if (ntohl(bp[0]) != sizeof(__be32) * 2)
491 afs_merge_fs_addr4(alist, bp[1], ntohl(bp[2]));
495 if (ntohl(bp[0]) != sizeof(__be32) * 5)
498 afs_merge_fs_addr6(alist, bp + 1, ntohl(bp[5]));
508 call->count2 = ntohl(*bp++);
538 call->count2 = ntohl(*bp++);
564 if (ntohl(bp[0]) != sizeof(__be32) * 2)
570 if (ntohl(bp[0]) != sizeof(__be32) * 5)
673 namesz = ntohl(call->tmp);