Home
last modified time | relevance | path

Searched refs:rpc_auth_ok (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dxdr.h76 #define rpc_auth_ok __constant_htonl(RPC_AUTH_OK) macro
/linux-2.4.37.9/net/sunrpc/
Dsvcauth.c53 *authp = rpc_auth_ok; in svc_authenticate()
Dsvcauth_des.c68 *authp = rpc_auth_ok; in svcauth_des()
Dsvc.c281 if (auth_stat != rpc_auth_ok) in svc_process()