Home
last modified time | relevance | path

Searched refs:auth_unix (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Drpc.c75 struct auth_unix { struct
155 send_head -= sizeof(struct auth_unix); in rpc_call()
156 (void)memset(send_head, 0, sizeof(struct auth_unix)); in rpc_call()
160 auth->authlen = htonl(sizeof(struct auth_unix)); in rpc_call()
/netbsd-src/sys/fs/nfs/common/
H A Dkrpc_subr.c80 struct auth_unix { struct
96 struct auth_unix rpc_unix; argument
291 call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix)); in krpc_call()
/netbsd-src/sys/nfs/
H A Dkrpc_subr.c83 struct auth_unix { struct
99 struct auth_unix rpc_unix; argument
296 /* rpc_auth part (auth_unix as root) */ in krpc_call()
298 call->rpc_auth.authlen = txdr_unsigned(sizeof(struct auth_unix)); in krpc_call()
/netbsd-src/include/rpc/
H A DMakefile4 INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
/netbsd-src/lib/libc/rpc/
H A DMakefile.inc6 SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \