Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c90 #define ID_SZ 8 macro
91 static const char ntlmssp_id[ID_SZ] = "NTLMSSP";
224 char h_id[ID_SZ]; in ntlmssp_put_type1()
261 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); in ntlmssp_put_type1()
278 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_put_type1()
296 char h_id[ID_SZ]; in ntlmssp_get_type2()
327 (void) md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_get_type2()
399 char h_id[ID_SZ]; in ntlmssp_put_type3()
436 bcopy(ntlmssp_id, &hdr.h_id, ID_SZ); in ntlmssp_put_type3()
552 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_put_type3()