Home
last modified time | relevance | path

Searched refs:ID_SZ (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c89 #define ID_SZ 8 macro
90 static const char ntlmssp_id[ID_SZ] = "NTLMSSP";
224 char h_id[ID_SZ]; in ntlmssp_put_type1()
263 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); in ntlmssp_put_type1()
280 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_put_type1()
298 char h_id[ID_SZ]; in ntlmssp_get_type2()
329 (void) md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_get_type2()
401 char h_id[ID_SZ]; in ntlmssp_put_type3()
438 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); in ntlmssp_put_type3()
547 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_put_type3()