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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfsv2.h47 #define NFS_PORT 2049 macro
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c78 { {NFS_PROGRAM, NFS_VERSION, IPPROTO_UDP, NFS_PORT}, &pre_init[3] },
79 { {NFS_PROGRAM, NFS_V3, IPPROTO_UDP, NFS_PORT}, NULL }
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x38 const NFS_PORT = 2049;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c334 htons(NFS_PORT);
457 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT);
560 ((struct sockaddr_in *)sa->buf)->sin_port = htons(NFS_PORT);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c635 get_nfs4ref_info(host, NFS_PORT, NFS_V4);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h67 #define NFS_PORT 2049 macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3848 * Returns 1, if port option is NFS_PORT or
3850 * Returns 0, if both port is not NFS_PORT and nfsd is not
3871 * if no port specified or it is same as NFS_PORT return nfs
3874 if (!got_port || nfs_port == NFS_PORT)

Completed in 95 milliseconds