Searched refs:sotype (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sbin/mount_nfs/ |
| HD | mount_nfs.c | 145 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/ |
| HD | nfs_syscalls.c | 89 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()
|
| HD | nfsdiskless.h | 87 int sotype; /* Socket type */ member
|
| HD | nfs_mountrpc.c | 102 args->sotype = SOCK_STREAM; in nfs_mountopts() 116 args->sotype = SOCK_DGRAM; in nfs_mountopts()
|
| HD | nfs_vfsops.c | 189 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()
|
| HD | nfs_socket.c | 551 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()
|
| HD | nfs.h | 128 int sotype; /* Socket type */ member
|
| /dragonfly/sys/platform/pc64/x86_64/ |
| HD | autoconf.c | 371 nd->root_args.sotype = SOCK_STREAM; in pxe_setup_nfsdiskless()
|
| /dragonfly/sys/platform/vkernel64/x86_64/ |
| HD | autoconf.c | 465 nd->root_args.sotype = SOCK_STREAM; in pxe_setup_nfsdiskless()
|