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

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c1682 struct mslm_SERVER_INFO_101 *info101; local
1719 info101 = NDR_NEW(mxa, struct mslm_SERVER_INFO_101);
1720 if (info101 == NULL)
1723 bzero(info101, sizeof (struct mslm_SERVER_INFO_101));
1724 info101->sv101_platform_id = SV_PLATFORM_ID_NT;
1725 info101->sv101_version_major = version.sv_major;
1726 info101->sv101_version_minor = version.sv_minor;
1727 info101->sv101_type = SV_TYPE_DEFAULT;
1728 info101->sv101_name = (uint8_t *)NDR_STRDUP(mxa, hostname);
1729 info101
[all...]

Completed in 27 milliseconds