Searched refs:mnt_version (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_host.c320 u_long mnt_version; local
351 mnt_version = AM_MOUNTVERS3;
354 mnt_version = MOUNTVERS;
370 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
640 u_long mnt_version; local
662 mnt_version = AM_MOUNTVERS3;
665 mnt_version = MOUNTVERS;
672 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
H A Dops_nfs.c539 u_long mnt_version; local
560 mnt_version = AM_MOUNTVERS3;
563 mnt_version = MOUNTVERS;
565 (int) fp->fh_nfs_version, (int) mnt_version);
567 rpc_msg_init(&mnt_msg, MOUNTPROG, mnt_version, MOUNTPROC_NULL);
H A Dsrvr_nfs.c274 u_long mnt_version; local
300 mnt_version = AM_MOUNTVERS3;
303 mnt_version = MOUNTVERS;
305 plog(XLOG_INFO, "Using MOUNT version: %d", (int) mnt_version);
306 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP);
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c159 get_mount_client(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version) argument
178 if ((sin->sin_port = htons(pmap_getport(sin, MOUNTPROG, mnt_version, IPPROTO_TCP))) != 0) {
180 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL))
208 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) {
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h271 extern CLIENT *get_mount_client(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version);

Completed in 171 milliseconds