Home
last modified time | relevance | path

Searched refs:NFS_CALLBCKPROG (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/fs/nfs/client/
H A Dnfs_clkrpc.c199 svc_reg(xprt, NFS_CALLBCKPROG, NFSV4_CBVERS, nfscb_program, in nfscbd_addsock()
251 GSS_C_INDEFINITE, NFS_CALLBCKPROG, NFSV4_CBVERS); in nfscbd_nfsd()
258 rpc_gss_clear_svc_name_call(NFS_CALLBCKPROG, NFSV4_CBVERS); in nfscbd_nfsd()
H A Dnfs_clrpcops.c894 *tl = txdr_unsigned(NFS_CALLBCKPROG); in nfsrpc_setclient()
4606 *tl++ = txdr_unsigned(NFS_CALLBCKPROG); /* Call back prog # */ in nfsrpc_createsession()
/netbsd/sys/fs/nfs/common/
H A Dnfsproto.h53 #define NFS_CALLBCKPROG 0x40000000 /* V4 only */ macro