Home
last modified time | relevance | path

Searched refs:istcp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dmount.c568 int istcp = 1; in boot_nfs_mountroot() local
691 istcp = 0; in boot_nfs_mountroot()
693 istcp = 1; /* must be tcp */ in boot_nfs_mountroot()
733 if (istcp && nfs4init(root_path, nfs_port) == 0) { in boot_nfs_mountroot()
747 if (istcp && nfs4init(root_path, nfs_port) == 0) { in boot_nfs_mountroot()
779 if (istcp) { in boot_nfs_mountroot()
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt.h359 struct netbuf *bound_addr, bool_t istcp);