Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnfsv2.h47 #define NFS_PORT 2049 macro
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c76 { {NFS_PROGRAM, NFS_VERSION, IPPROTO_UDP, NFS_PORT}, &pre_init[3] },
77 { {NFS_PROGRAM, NFS_V3, IPPROTO_UDP, NFS_PORT}, NULL }
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x35 const NFS_PORT = 2049;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c336 htons(NFS_PORT); in mount_root()
459 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT); in mountnfs()
562 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT); in mountnfs3()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c635 get_nfs4ref_info(host, NFS_PORT, NFS_V4); in nfsmapid_server_netinfo()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h68 #define NFS_PORT 2049 macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3843 if (!got_port || nfs_port == NFS_PORT) in is_nfs_port()