Lines Matching defs:hostname
171 ses->server->hostname);
642 build_netname_ctxt(struct smb2_netname_neg_context *pneg_ctxt, char *hostname)
649 pneg_ctxt->DataLength = cpu_to_le16(2 * cifs_strtoUTF16(pneg_ctxt->NetName, hostname, 100, cp));
685 char *hostname;
713 * secondary channels don't have the hostname field populated
714 * use the hostname field in the primary channel instead
718 hostname = pserver->hostname;
719 if (hostname && (hostname[0] != 0)) {
721 hostname);