HomeSort by: relevance | last modified time | path
    Searched refs:mnt_version (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
amfs_host.c 322 u_long mnt_version; local
353 mnt_version = AM_MOUNTVERS3;
356 mnt_version = MOUNTVERS;
372 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
642 u_long mnt_version; local
664 mnt_version = AM_MOUNTVERS3;
667 mnt_version = MOUNTVERS;
674 client = get_mount_client(host, &sin, &tv, &sock, mnt_version);
ops_nfs.c 541 u_long mnt_version; local
562 mnt_version = AM_MOUNTVERS3;
565 mnt_version = MOUNTVERS;
567 (int) fp->fh_nfs_version, (int) mnt_version);
569 rpc_msg_init(&mnt_msg, MOUNTPROG, mnt_version, MOUNTPROC_NULL);
srvr_nfs.c 276 u_long mnt_version; local
302 mnt_version = AM_MOUNTVERS3;
305 mnt_version = MOUNTVERS;
307 plog(XLOG_INFO, "Using MOUNT version: %d", (int) mnt_version);
308 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP);
  /src/external/bsd/am-utils/dist/conf/transp/
transp_sockets.c 161 get_mount_client(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version)
180 if ((sin->sin_port = htons(pmap_getport(sin, MOUNTPROG, mnt_version, IPPROTO_TCP))) != 0) {
182 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL))
210 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) {
transp_tli.c 165 get_mount_client(char *host, struct sockaddr_in *unused_sin, struct timeval *tv, int *sock, u_long mnt_version)
186 if (!rpcb_getaddr(MOUNTPROG, mnt_version, nc, &nb, host)) {
205 if ((client = clnt_vc_create(*sock, &nb, MOUNTPROG, mnt_version, 0, 0))
233 if (!rpcb_getaddr(MOUNTPROG, mnt_version, nc, &nb, host)) {
250 if ((client = clnt_dg_create(*sock, &nb, MOUNTPROG, mnt_version, 0, 0))
  /src/external/bsd/am-utils/dist/include/
am_utils.h 277 extern CLIENT *get_mount_client(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version);

Completed in 39 milliseconds