Lines Matching defs:ID_SZ
81 #define ID_SZ 8
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_MSYSTEM);