Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c363 if (IS_UNIQUE(entry->attributes)) { in smb_netbios_cache_update_entry()
485 if (IS_UNIQUE(name->attributes)) { in smb_netbios_cache_insrefq()
674 type = (IS_UNIQUE(entry->attributes)) ? "UNIQUE" : "GROUP"; in smb_netbios_name_dump()
H A Dsmbns_netbios.h334 #define IS_UNIQUE(x) (((x) & NAME_ATTR_GROUP) == 0) macro
H A Dsmbns_netbios_name.c1007 if (IS_UNIQUE(question->name->attributes) && in smb_send_name_registration_request()
1090 if (IS_UNIQUE(question->name->attributes) && in smb_send_name_refresh_request()
2044 if (IS_UNIQUE(name->attributes)) { in smb_netbios_name_tick()
2273 if (IS_UNIQUE(name->attributes) && IS_LOCAL(name->attributes)) { in smb_netbios_name_registration()