Searched refs:h_id (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | ntlmssp.c | 224 char h_id[ID_SZ]; in ntlmssp_put_type1() member 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() member 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() member 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()
|