Searched refs:NFS_PORT (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 78 { {NFS_PROGRAM, NFS_VERSION, IPPROTO_UDP, NFS_PORT}, &pre_init[3] }, 79 { {NFS_PROGRAM, NFS_V3, IPPROTO_UDP, NFS_PORT}, NULL }
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 38 const NFS_PORT = 2049;
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 334 htons(NFS_PORT); in mount_root() 457 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT); in mountnfs() 560 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT); in mountnfs3()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 635 get_nfs4ref_info(host, NFS_PORT, NFS_V4); in nfsmapid_server_netinfo()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 67 #define NFS_PORT 2049 macro
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 3929 if (!got_port || nfs_port == NFS_PORT) in is_nfs_port()
|