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

/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_start.c51 u_short nfs_port = 0; variable
359 * If nfs_port is already initialized, it means we
362 if (nfs_port == 0) {
363 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_dispatcher,
369 am_get_hostname(), (long) am_mypid, nfs_port);
H A Drestart.c244 if (port != nfs_port) {
264 old_ports[i] = nfs_port = port;
H A Dsrvr_nfs.c697 int nfs_port = 0; local
873 nfs_port = ip->sin_port;
886 nfs_port = ip->sin_port;
927 nfs_port = htons(nfs_port_opt);
928 if (!nfs_port)
929 nfs_port = htons(NFS_PORT);
932 (int) ntohs(nfs_port), host);
933 ip->sin_port = nfs_port;
H A Damfs_toplvl.c211 MNTTAB_OPT_PORT, nfs_port,
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c1258 uint16_t nfs_port; local
1295 nfs_port = hasmntval(mntp, MNTTAB_OPT_PORT);
1296 if (nfs_port == 0)
1297 nfs_port = htons(NFS_PORT);
1299 nfs_port = htons(nfs_port);
1301 ((struct sockaddr_in *)nap->host_addr)->sin_port = nfs_port;
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c90 u_short nfs_port; variable
419 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2,
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h266 extern u_short nfs_port; /* Our NFS service port */

Completed in 165 milliseconds