Searched defs:istcp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c568 int istcp = 1; local
691 istcp = 0;
693 istcp = 1; /* must be tcp */
733 if (istcp && nfs4init(root_path, nfs_port) == 0) {
747 if (istcp && nfs4init(root_path, nfs_port) == 0) {
779 if (istcp) {

Completed in 52 milliseconds