Home
last modified time | relevance | path

Searched refs:nr_sotype (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c293 if (nrp->nr_sotype == SOCK_DGRAM) in newnfs_connect()
298 if (nrp->nr_sotype == SOCK_DGRAM) in newnfs_connect()
320 error = socreate(saddr->sa_family, &so, nrp->nr_sotype, in newnfs_connect()
326 if (nmp != NULL && nrp->nr_sotype == SOCK_STREAM && in newnfs_connect()
344 if (nrp->nr_sotype == SOCK_DGRAM) { in newnfs_connect()
354 if (nrp->nr_sotype != SOCK_STREAM) in newnfs_connect()
366 if (error != 0 && nmp != NULL && nrp->nr_sotype == SOCK_STREAM && in newnfs_connect()
941 if (nrp->nr_sotype != SOCK_DGRAM) { in newnfs_request()
H A Dnfs.h609 int nr_sotype; member
H A Dnfs_commonsubs.c4168 rp->nr_sotype = SOCK_DGRAM; in nfsrv_nfsuserdport()
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h98 #define nm_sotype nm_sockreq.nr_sotype
H A Dnfs_clrpcops.c6404 nrp->nr_sotype = SOCK_STREAM; in nfsrpc_fillsa()