Lines Matching refs:hostname
10 * Contains the CIFS DFS upcall routines used for hostname to
49 const char *hostname, *sep;
64 hostname = unc + 2;
67 sep = memchr(hostname, '/', len);
69 len = sep - hostname;
74 /* Try to interpret hostname as an IPv4 or IPv6 address */
75 rc = cifs_convert_address((struct sockaddr *)&ss, hostname, len);
80 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len,
84 __func__, len, len, hostname);
87 __func__, len, len, hostname, *ip_addr);
94 memcpy(name, hostname, len);