Lines Matching refs:htonl
1491 *p++ = htonl(RPC_AUTH_GSS); in gss_marshal()
1498 *p++ = htonl((u32) RPC_GSS_VERSION); in gss_marshal()
1499 *p++ = htonl((u32) ctx->gc_proc); in gss_marshal()
1500 *p++ = htonl((u32) req->rq_seqno); in gss_marshal()
1501 *p++ = htonl((u32) gss_cred->gc_service); in gss_marshal()
1503 *cred_len = htonl((p - (cred_len + 1)) << 2); in gss_marshal()
1513 *p++ = htonl(RPC_AUTH_GSS); in gss_marshal()
1623 seq = htonl(task->tk_rqstp->rq_seqno); in gss_validate()
1679 *p++ = htonl(rqstp->rq_seqno); in gss_wrap_req_integ()
1686 *integ_len = htonl(integ_buf.len); in gss_wrap_req_integ()
1771 *p++ = htonl(rqstp->rq_seqno); in gss_wrap_req_priv()
1806 *opaque_len = htonl(snd_buf->len - offset); in gss_wrap_req_priv()