Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c151 ofile->f_oplock.og_dialect < NT_LM_0_12) in smb1_oplock_send_break()
316 NT_LM_0_12 : LANMAN2_1; in smb1_oplock_acquire()
H A Dsmb_negotiate.c206 { NT_LM_0_12, "NT LM 0.12" },
538 case NT_LM_0_12: in smb_com_negotiate()
H A Dsmb_dispatch.c373 0xA0, NT_LM_0_12, 0 },
376 0xA1, NT_LM_0_12, 0 },
378 0xA2, NT_LM_0_12, 0 },
381 0xA4, NT_LM_0_12, 0 },
383 0xA5, NT_LM_0_12, 0 },
H A Dsmb_locking_andx.c317 if (sr->session->dialect < NT_LM_0_12) { in smb_com_locking_andx()
H A Dsmb_tree_connect.c341 if (sr->session->dialect < NT_LM_0_12) { in smb_com_tree_connect_andx()
H A Dsmb_session_setup_andx.c66 if (sr->session->dialect < NT_LM_0_12) { in smb_pre_session_setup_andx()
H A Dsmb_pathname.c945 if (sr->session->dialect < NT_LM_0_12) in smb_pathname_preprocess()
H A Dsmb_lock.c261 if (sr->session->dialect <= NT_LM_0_12 && in smb_lock_range()
H A Dsmb_odir.c298 if (sr->session->dialect < NT_LM_0_12) in smb_odir_openpath()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h423 #define NT_LM_0_12 11 /* The SMB protocol designed for NT */ macro