Searched refs:MOUNTPROG (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 577 clnt = clnt_create(host, MOUNTPROG, MOUNTVERS, "tcp"); in clnt_create_timeout() 579 clnt = clnt_create(host, MOUNTPROG, MOUNTVERS, "udp"); in clnt_create_timeout() 582 clnt = clnttcp_create(&host_addr, MOUNTPROG, MOUNTVERS, &s, 0, 0); in clnt_create_timeout() 586 clnt = clntudp_create(&host_addr, MOUNTPROG, MOUNTVERS, *tvp, &s); in clnt_create_timeout()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_sockets.c | 180 if ((sin->sin_port = htons(pmap_getport(sin, MOUNTPROG, mnt_version, IPPROTO_TCP))) != 0) { in get_mount_client() 182 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL)) in get_mount_client() 210 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) { in get_mount_client()
|
| H A D | transp_tli.c | 186 if (!rpcb_getaddr(MOUNTPROG, mnt_version, nc, &nb, host)) { in get_mount_client() 205 if ((client = clnt_vc_create(*sock, &nb, MOUNTPROG, mnt_version, 0, 0)) in get_mount_client() 233 if (!rpcb_getaddr(MOUNTPROG, mnt_version, nc, &nb, host)) { in get_mount_client() 250 if ((client = clnt_dg_create(*sock, &nb, MOUNTPROG, mnt_version, 0, 0)) in get_mount_client()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | mount.x | 137 program MOUNTPROG {
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_bsdi2.h | 469 #ifndef MOUNTPROG 470 # define MOUNTPROG RPCPROG_MNT macro
|
| H A D | nfs_prot_irix6.h | 82 #define MOUNTPROG 100005 macro
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | security.c | 266 case MOUNTPROG: in check_callit()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | srvr_nfs.c | 308 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP); in recompute_portmap()
|
| H A D | ops_nfs.c | 569 rpc_msg_init(&mnt_msg, MOUNTPROG, mnt_version, MOUNTPROC_NULL); in call_mountd()
|