Lines Matching defs:scope
50 unsigned char *scope);
161 smb_netbios_cache_key(key, name->name, name->scope);
203 smb_netbios_cache_key(key, name->name, name->scope);
241 smb_netbios_cache_key(key, name->name, name->scope);
315 smb_netbios_cache_key(key, name->name, name->scope);
339 smb_init_name_struct(NETBIOS_EMPTY_NAME, 0, name->scope,
387 * Node Status response for names in the given scope
390 smb_netbios_cache_status(unsigned char *buf, int bufsize, unsigned char *scope)
422 (strcasecmp((char *)scope, (char *)name->scope) == 0)) {
751 (void) strlcpy((char *)dup->scope, (char *)entry->scope,
784 if (entry->scope[0] != '\0') {
786 (void) strlcat(tmp, (char *)entry->scope, MAXHOSTNAMELEN);
821 smb_netbios_cache_key(char *key, unsigned char *name, unsigned char *scope)
825 (void) memcpy(key + NETBIOS_NAME_SZ, scope,
826 strlen((const char *)scope));