Home
last modified time | relevance | path

Searched refs:sotype (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/mount_nfs/
HDmount_nfs.c145 int sotype; member
256 nfsargsp->sotype = SOCK_STREAM; in main()
259 nfsargsp->sotype = SOCK_DGRAM; in main()
338 nfsargsp->sotype = SOCK_STREAM; in main()
341 nfsargsp->sotype = SOCK_DGRAM; in main()
398 nfsargsp->sotype = SOCK_STREAM; in main()
424 nfsargsp->sotype = SOCK_DGRAM; in main()
516 hints.ai_socktype = nfsargsp->sotype; in getnfsargs()
610 if ((netid = netidbytype(ai->ai_family, nfsargsp->sotype)) == NULL) { in nfs_tryproto()
613 nfsargsp->sotype); in nfs_tryproto()
[all …]
/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c89 static void nfsd_rt (int sotype, struct nfsrv_descript *nd,
450 int error, cacherep, sotype, writes_todo; in nfssvc_nfsd() local
592 sotype = slp->ns_so->so_type; in nfssvc_nfsd()
715 if (sotype == SOCK_STREAM) { in nfssvc_nfsd()
733 nfsd_rt(sotype, nd, cacherep); in nfssvc_nfsd()
753 nfsd_rt(sotype, nd, cacherep); in nfssvc_nfsd()
1003 nfsd_rt(int sotype, struct nfsrv_descript *nd, int cacherep) in nfsd_rt() argument
1014 if (sotype == SOCK_STREAM) in nfsd_rt()
HDnfsdiskless.h87 int sotype; /* Socket type */ member
HDnfs_mountrpc.c102 args->sotype = SOCK_STREAM; in nfs_mountopts()
116 args->sotype = SOCK_DGRAM; in nfs_mountopts()
HDnfs_vfsops.c189 nfs_iosize(int v3, int sotype) in nfs_iosize() argument
195 if (sotype == SOCK_STREAM) in nfs_iosize()
229 args->sotype = oargs->sotype; in nfs_convert_oargs()
1068 nmp->nm_wsize = nfs_iosize(argp->flags & NFSMNT_NFSV3, argp->sotype); in mountnfs()
1079 nmp->nm_sotype = argp->sotype; in mountnfs()
HDnfs_socket.c551 int error, sotype, rcvflg; in nfs_receive() local
559 sotype = nmp->nm_sotype; in nfs_receive()
569 if (sotype != SOCK_DGRAM) { in nfs_receive()
610 if (sotype == SOCK_STREAM) { in nfs_receive()
HDnfs.h128 int sotype; /* Socket type */ member
/dragonfly/sys/platform/pc64/x86_64/
HDautoconf.c371 nd->root_args.sotype = SOCK_STREAM; in pxe_setup_nfsdiskless()
/dragonfly/sys/platform/vkernel64/x86_64/
HDautoconf.c465 nd->root_args.sotype = SOCK_STREAM; in pxe_setup_nfsdiskless()