Home
last modified time | relevance | path

Searched refs:RPC_AUTH_NULL (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dauth_null.c89 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal()
91 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal()
111 if (n != RPC_AUTH_NULL) { in nul_validate()
124 RPC_AUTH_NULL,
Dsvcauth.c99 if (*(argp->buf)++ != RPC_AUTH_NULL || *(argp->buf)++ != 0) { in svcauth_null()
112 svc_putlong(resp, RPC_AUTH_NULL); in svcauth_null()
149 if (*bufp++ != RPC_AUTH_NULL || *bufp++ != 0) { in svcauth_unix()
159 svc_putlong(resp, RPC_AUTH_NULL); in svcauth_unix()
Dauth_unix.c200 *p++ = htonl(RPC_AUTH_NULL); in unx_marshal()
221 if (n != RPC_AUTH_NULL && n != RPC_AUTH_UNIX && n != RPC_AUTH_SHORT) { in unx_validate()
Dpmap_clnt.c197 RPC_AUTH_NULL); in pmap_create()
/linux-2.4.37.9/include/linux/sunrpc/
Dmsg_prot.h15 RPC_AUTH_NULL = 0, enumerator
/linux-2.4.37.9/fs/nfs/
Dmount_clnt.c78 RPC_AUTH_NULL); in mnt_create()
/linux-2.4.37.9/fs/lockd/
Dmon.c119 RPC_AUTH_NULL); in nsm_create()