| /src/sbin/mount_nfs/ |
| getnfsargs_small.c | 199 int nfs_port; local 241 nfs_port = rpc_getport(&d, RPCPROG_NFS, nfsvers); 242 if (nfs_port == -1) 249 nfs_port = port; 250 set_port(d.ai->ai_addr, htons(nfs_port));
|
| getnfsargs_small.c | 199 int nfs_port; local 241 nfs_port = rpc_getport(&d, RPCPROG_NFS, nfsvers); 242 if (nfs_port == -1) 249 nfs_port = port; 250 set_port(d.ai->ai_addr, htons(nfs_port));
|
| /src/external/bsd/am-utils/dist/amd/ |
| nfs_start.c | 53 u_short nfs_port = 0; variable 361 * If nfs_port is already initialized, it means we 364 if (nfs_port == 0) { 365 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_dispatcher, 371 am_get_hostname(), (long) am_mypid, nfs_port);
|
| nfs_start.c | 53 u_short nfs_port = 0; variable 361 * If nfs_port is already initialized, it means we 364 if (nfs_port == 0) { 365 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_dispatcher, 371 am_get_hostname(), (long) am_mypid, nfs_port);
|
| srvr_nfs.c | 699 int nfs_port = 0; local 875 nfs_port = ip->sin_port; 888 nfs_port = ip->sin_port; 925 * Default to NFS_PORT otherwise (cf. RFC 2054, 3). 929 nfs_port = htons(nfs_port_opt); 930 if (!nfs_port) 931 nfs_port = htons(NFS_PORT); 934 (int) ntohs(nfs_port), host); 935 ip->sin_port = nfs_port; [all...] |
| srvr_nfs.c | 699 int nfs_port = 0; local 875 nfs_port = ip->sin_port; 888 nfs_port = ip->sin_port; 925 * Default to NFS_PORT otherwise (cf. RFC 2054, 3). 929 nfs_port = htons(nfs_port_opt); 930 if (!nfs_port) 931 nfs_port = htons(NFS_PORT); 934 (int) ntohs(nfs_port), host); 935 ip->sin_port = nfs_port; [all...] |
| /src/external/bsd/am-utils/dist/hlfsd/ |
| hlfsd.c | 92 u_short nfs_port; variable 420 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2,
|
| hlfsd.c | 92 u_short nfs_port; variable 420 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2,
|
| /src/external/bsd/am-utils/dist/libamu/ |
| mount_fs.c | 1263 uint16_t nfs_port; local 1300 nfs_port = hasmntval(mntp, MNTTAB_OPT_PORT); 1301 if (nfs_port == 0) 1302 nfs_port = htons(NFS_PORT); 1304 nfs_port = htons(nfs_port); 1306 ((struct sockaddr_in *)nap->host_addr)->sin_port = nfs_port;
|
| mount_fs.c | 1263 uint16_t nfs_port; local 1300 nfs_port = hasmntval(mntp, MNTTAB_OPT_PORT); 1301 if (nfs_port == 0) 1302 nfs_port = htons(NFS_PORT); 1304 nfs_port = htons(nfs_port); 1306 ((struct sockaddr_in *)nap->host_addr)->sin_port = nfs_port;
|