Home
last modified time | relevance | path

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

/dragonfly/sbin/umount/
H A Dumount.c60 struct addrinfo *nfshost_ai = NULL; variable
135 error = getaddrinfo(nfshost, NULL, &hints, &nfshost_ai); in main()
678 if (nfshost == NULL || nfshost_ai == NULL) in namematch()
682 aip = nfshost_ai; in namematch()