HomeSort by: relevance | last modified time | path
    Searched defs:nfs_privport (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 95 static int nfs_privport = 0; variable in typeref:typename:int
96 SYSCTL_INT(_vfs_nfsd, OID_AUTO, nfs_privport, CTLFLAG_RWTUN,
97 &nfs_privport, 0,
170 if (nfs_privport && (nd.nd_flag & ND_NFSV4) == 0) {
nfs_nfsdkrpc.c 95 static int nfs_privport = 0; variable in typeref:typename:int
96 SYSCTL_INT(_vfs_nfsd, OID_AUTO, nfs_privport, CTLFLAG_RWTUN,
97 &nfs_privport, 0,
170 if (nfs_privport && (nd.nd_flag & ND_NFSV4) == 0) {

Completed in 22 milliseconds