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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwkssvc_svc.c173 struct mslm_NetWkstaTransportInfo0 *ti0; local
178 ti0 = NDR_NEW(mxa, struct mslm_NetWkstaTransportInfo0);
180 if (info0 == NULL || ti0 == NULL) {
186 ti0->quality_of_service = 65535;
187 ti0->num_vcs = 0;
188 ti0->transport_name = (unsigned char *)"\\Device\\NetbiosSmb";
189 ti0->transport_address = (unsigned char *)"000000000000";
190 ti0->wan_ish = 1024;
193 info0->ti0 = ti0;
[all...]

Completed in 55 milliseconds