/src/sys/fs/nfs/common/ |
nfsdiskless.h | 79 int sotype; /* Socket type */ member in struct:onfs_args
|
nfs_diskless.c | 131 nd->sotype = SOCK_STREAM; 133 nd->sotype = SOCK_DGRAM; 267 nd3->root_args.sotype = SOCK_STREAM; 306 nd->root_args.sotype = SOCK_STREAM; 332 args.sotype = nd->root_args.sotype; 337 nd->root_args.sotype = args.sotype;
|
bootp_subr.c | 1203 args->sotype = SOCK_DGRAM;
|
/src/sbin/mount_nfs/ |
mount_nfs.c | 141 .sotype = SOCK_STREAM, 314 nfsargsp->sotype = SOCK_DGRAM; 321 nfsargsp->sotype = SOCK_STREAM; 394 nfsargsp->sotype = SOCK_STREAM; 412 nfsargsp->sotype = SOCK_DGRAM; 488 printf("sotype=%d, proto=%d, fhsize=%d, " 492 nfsargsp->sotype,
|
getnfsargs.c | 136 hints.ai_socktype = nfsargsp->sotype; 160 if (nfsargsp->sotype == SOCK_STREAM) {
|
getnfsargs_small.c | 214 hints.ai_socktype = nfsargsp->sotype;
|
/src/sys/nfs/ |
nfsmount.h | 55 int sotype; /* Socket type */ member in struct:nfs_args
|
nfs_boot.c | 601 args->sotype = SOCK_DGRAM; 603 args->sotype = SOCK_STREAM; 653 (args->sotype == SOCK_STREAM) ? IPPROTO_TCP : IPPROTO_UDP, 658 if (args->sotype == SOCK_STREAM) { 659 args->sotype = SOCK_DGRAM;
|
nfs_vfsops.c | 449 if (argp->sotype == SOCK_STREAM) 486 if (argp->sotype == SOCK_DGRAM) 547 adjsock |= ((nmp->nm_sotype != argp->sotype) || 549 nmp->nm_sotype = argp->sotype; 605 args->sotype = nmp->nm_sotype; 753 nmp->nm_sotype = argp->sotype;
|
nfs_syscalls.c | 602 int error = 0, cacherep, siz, sotype, writes_todo; local in function:nfssvc_nfsd 727 sotype = slp->ns_so->so_type; 824 if (sotype == SOCK_STREAM) { 849 nfsd_rt(sotype, nd, cacherep); 1066 nfsd_rt(int sotype, struct nfsrv_descript *nd, int cacherep) 1078 if (sotype == SOCK_STREAM)
|
nfs_clntsocket.c | 106 int error, sotype, rcvflg; local in function:nfs_receive 113 sotype = rep->r_nmp->nm_sotype; 123 if (sotype != SOCK_DGRAM) { 166 if (sotype == SOCK_STREAM) {
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 238 args->sotype = oargs->sotype; 429 error = socreate(nd->myif.ifra_addr.sa_family, &so, nd->root_args.sotype, 0, 591 if (argp->sotype == SOCK_STREAM) { 695 adjsock |= ((nmp->nm_sotype != argp->sotype) || 710 nmp->nm_sotype = argp->sotype; 720 nmp->nm_sotype = argp->sotype; 858 .sotype = SOCK_STREAM, 953 args.sotype = SOCK_DGRAM; 955 args.sotype = SOCK_DGRAM [all...] |
/src/sbin/umount/ |
umount.c | 471 nfsargs.sotype = SOCK_DGRAM; 475 return nfsargs.sotype == SOCK_STREAM ? "tcp" : "udp";
|
/src/sys/compat/ultrix/ |
ultrix_fs.c | 388 na.sotype = SOCK_DGRAM;
|
/src/sys/compat/linux/arch/alpha/ |
linux_osf1.c | 263 bsd_na.sotype = SOCK_DGRAM; 266 bsd_na.sotype = SOCK_STREAM;
|
/src/sys/compat/sunos/ |
sunos_misc.c | 263 na.sotype = SOCK_DGRAM;
|
/src/sys/compat/netbsd32/ |
netbsd32.h | 1133 int32_t sotype; /* Socket type */ member in struct:netbsd32_nfs_args
|
/src/sys/compat/sunos32/ |
sunos32_misc.c | 454 na.sotype = SOCK_DGRAM;
|