Lines Matching refs:cpu_to_be32
74 #define xdr_zero cpu_to_be32(0)
75 #define xdr_one cpu_to_be32(1)
76 #define xdr_two cpu_to_be32(2)
78 #define rpc_success cpu_to_be32(RPC_SUCCESS)
79 #define rpc_prog_unavail cpu_to_be32(RPC_PROG_UNAVAIL)
80 #define rpc_prog_mismatch cpu_to_be32(RPC_PROG_MISMATCH)
81 #define rpc_proc_unavail cpu_to_be32(RPC_PROC_UNAVAIL)
82 #define rpc_garbage_args cpu_to_be32(RPC_GARBAGE_ARGS)
83 #define rpc_system_err cpu_to_be32(RPC_SYSTEM_ERR)
84 #define rpc_drop_reply cpu_to_be32(RPC_DROP_REPLY)
86 #define rpc_auth_ok cpu_to_be32(RPC_AUTH_OK)
87 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED)
88 #define rpc_autherr_rejectedcred cpu_to_be32(RPC_AUTH_REJECTEDCRED)
89 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF)
90 #define rpc_autherr_rejectedverf cpu_to_be32(RPC_AUTH_REJECTEDVERF)
91 #define rpc_autherr_tooweak cpu_to_be32(RPC_AUTH_TOOWEAK)
92 #define rpcsec_gsserr_credproblem cpu_to_be32(RPCSEC_GSS_CREDPROBLEM)
93 #define rpcsec_gsserr_ctxproblem cpu_to_be32(RPCSEC_GSS_CTXPROBLEM)
94 #define rpc_autherr_oldseqnum cpu_to_be32(101)