Searched defs:hi_nextannouce (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c61 uint32_t hi_nextannouce; member in struct:smb_hostinfo
880 next_announcement = hinfo->hi_nextannouce * 60 * 1000;
1153 hinfo->hi_nextannouce = 1;
1236 hinfo->hi_nextannouce = hinfo->hi_interval;
1260 if (--hinfo->hi_nextannouce > 0 ||

Completed in 47 milliseconds