Home
last modified time | relevance | path

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

/dports/net/samba412/samba-4.12.15/source4/torture/smb2/
H A Dlease_break_handler.h51 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); \
95 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED)) \
H A Dlease_break_handler.c62 if (lb->break_flags & SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED) { in torture_lease_handler()
/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb2_constants.h217 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED 0x01 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dsmb2misc.c555 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_has_lease()
594 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_find_pending_open_lease()
H A Dsmb2pdu.h1572 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01) macro
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dsmb2misc.c555 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_has_lease()
594 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_find_pending_open_lease()
H A Dsmb2pdu.h1572 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dsmb2misc.c555 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_has_lease()
594 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED); in smb2_tcon_find_pending_open_lease()
H A Dsmb2pdu.h1572 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01) macro
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/python_dependencies/impacket/
H A Dsmb3structs.py251 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED = 0x01 variable
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A Dsmb3structs.py253 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED = 0x01 variable
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/python_dependencies/impacket/
H A Dsmb3structs.py251 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED = 0x01 variable
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_break.c486 break_flags = SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED; in send_break_message_smb2()
H A Doplock.c592 SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED; in downgrade_lease()