Searched refs:RPC_TASK_NULLCREDS (Results 1 – 3 of 3) sorted by relevance
124 #define RPC_TASK_NULLCREDS 0x0010 /* Use AUTH_NULL credential */ macro
2727 RPC_TASK_NULLCREDS); in rpc_ping()2746 .flags = flags | RPC_TASK_NULLCREDS, in rpc_call_null_helper()2810 RPC_TASK_SOFT|RPC_TASK_SOFTCONN|RPC_TASK_ASYNC|RPC_TASK_NULLCREDS, in rpc_clnt_test_and_add_xprt()2855 RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_clnt_setup_test_and_add_xprt()
720 else if (flags & RPC_TASK_NULLCREDS) in rpcauth_bindcred()