Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c224 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()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c51 char h_id[8]; /* "NTLMSSP" */ member
62 char h_id[8]; member
71 char h_id[8]; member
135 if (bcmp(ihdr->h_id, "NTLMSSP", 8)) in smbd_ntlmssp_work()