Searched refs:ndb_names (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_auth.c255 blob->ndb_names[0].nne_len = smb_auth_qnd_unicode(
256 blob->ndb_names[0].nne_name, ntdomain, strlen(ntdomain));
257 blob->ndb_names[0].nne_type = SMBAUTH_NAME_TYPE_DOMAIN_NETBIOS;
258 blob->ndb_names[1].nne_len = 0;
259 blob->ndb_names[1].nne_type = SMBAUTH_NAME_TYPE_LIST_END;
260 *blob->ndb_names[1].nne_name = 0;
304 smb_auth_memcpy(&bufp, (unsigned char *)&blob->ndb_names[0].nne_type,
305 sizeof (blob->ndb_names[0].nne_type));
306 smb_auth_memcpy(&bufp, (unsigned char *)&blob->ndb_names[0].nne_len,
307 sizeof (blob->ndb_names[
[all...]
H A Dlibsmb.h542 * The list of names near the end of the data blob (i.e. the ndb_names
594 smb_auth_name_entry_t ndb_names[2]; member in struct:smb_auth_data_blob

Completed in 20 milliseconds