Searched defs:ID_SZ (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_ntlmssp.c | 81 #define ID_SZ 8 macro 82 static const char ntlmssp_id[ID_SZ] = "NTLMSSP"; 209 char h_id[ID_SZ]; 280 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); 288 (void) smbfs_mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); 309 char h_id[ID_SZ]; 340 (void) smbfs_md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); 406 char h_id[ID_SZ]; 438 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); 499 (void) smbfs_mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTE [all...] |
Completed in 22 milliseconds