Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c566 int istcp = 1; in boot_nfs_mountroot() local
689 istcp = 0; in boot_nfs_mountroot()
691 istcp = 1; /* must be tcp */ in boot_nfs_mountroot()
731 if (istcp && nfs4init(root_path, nfs_port) == 0) { in boot_nfs_mountroot()
745 if (istcp && nfs4init(root_path, nfs_port) == 0) { in boot_nfs_mountroot()
777 if (istcp) { in boot_nfs_mountroot()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h359 struct netbuf *bound_addr, bool_t istcp);