Searched refs:nss_sotype (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h196 uint8_t nss_sotype; /* TCP/UDP */ member in struct:nfs_socket_search
H A Dnfs_socket.c732 error = nfs_socket_create(nmp, (struct sockaddr*)&ss, nss->nss_sotype,
985 nss.nss_sotype = sotype;
1027 vfs_statfs(nmp->nm_mountp)->f_mntfromname, nss.nss_sotype, nss.nss_port,
1042 vfs_statfs(nmp->nm_mountp)->f_mntfromname, nss.nss_sotype, nss.nss_port,
1066 if (!error && (nss.nss_sotype == SOCK_STREAM) && !nmp->nm_sotype && (nmp->nm_vers < NFS_VER4)) {

Completed in 175 milliseconds