Lines Matching refs:htonl
144 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
152 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call()
153 auth->authlen = htonl(sizeof(struct auth_unix)); in rpc_call()
159 call->rp_xid = htonl(rpc_xid); in rpc_call()
160 call->rp_direction = htonl(RPC_CALL); in rpc_call()
161 call->rp_rpcvers = htonl(RPC_VER2); in rpc_call()
162 call->rp_prog = htonl(prog); in rpc_call()
163 call->rp_vers = htonl(vers); in rpc_call()
164 call->rp_proc = htonl(proc); in rpc_call()
408 args->prog = htonl(prog); in rpc_getport()
409 args->vers = htonl(vers); in rpc_getport()
410 args->proto = htonl(IPPROTO_UDP); in rpc_getport()