Lines Matching refs:ntohl
62 ntohl(xdr[0]), ntohl(xdr[1]), ntohl(xdr[2]), ntohl(xdr[3]),
67 tktlen = ntohl(xdr[7]);
90 token->kad->vice_id = ntohl(xdr[0]);
91 token->kad->kvno = ntohl(xdr[1]);
92 token->kad->start = ntohl(xdr[4]);
93 token->kad->expiry = ntohl(xdr[5]);
94 token->kad->primary_flag = ntohl(xdr[6]);
134 return (u64)ntohl(xdr[0]) << 32 | (u64)ntohl(xdr[1]);
177 ntohl(xdr[0]), ntohl(xdr[1]), ntohl(xdr[2]), ntohl(xdr[3]),
184 keylen = ntohl(key[-1]);
191 tktlen = ntohl(ticket[-1]);
224 token->rxgk->key.len = ntohl(key[-1]);
226 token->rxgk->ticket.len = ntohl(ticket[-1]);
299 ntohl(xdr[0]), ntohl(xdr[1]), ntohl(xdr[2]), ntohl(xdr[3]),
311 if (ntohl(*xdr++) != 0)
316 len = ntohl(*xdr++);
339 ntoken = ntohl(*xdr++);
351 toklen = ntohl(*p++);
352 sec_ix = ntohl(*p);
372 toklen = ntohl(*xdr++);
376 sec_ix = ntohl(*token++);