Searched refs:noconn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sbin/mount_nfs/
H A Dmount_nfs.c109 static int noconn = 0; variable
186 printf("-c deprecated, use -o noconn\n");
187 build_iovec(&iov, &iovlen, "noconn", NULL, 0);
188 noconn = 1;
265 } else if (strcmp(opt, "noconn") == 0) {
266 noconn = 1;
771 if (sotype == SOCK_DGRAM && noconn == 0) {

Completed in 95 milliseconds