Lines Matching refs:workstation
294 (void) smb_wcstombs(session->workstation, wbuf, SMB_PI_MAX_HOST);
297 if ((p = strchr(session->workstation, ' ')) != 0)
1274 * Copy the session workstation/client name to buf. If the workstation
1284 if (sn->workstation[0] != '\0') {
1285 (void) strlcpy(buf, sn->workstation, buflen);
1296 * A workstation/client name is setup on NBT connections as part of the
1299 * client IP address as the workstation name on MSRPC requests. So we
1300 * check for the IP address here in addition to the workstation name.
1308 if (smb_strcasecmp(client, sn->workstation, 0) == 0)