Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dsmbfsctl.h65 #define FSCTL_DFS_GET_REFERRALS 0x00060194 macro
H A Dsmb2ops.c2878 FSCTL_DFS_GET_REFERRALS, in smb2_get_dfs_refer()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dsmbfsctl.h65 #define FSCTL_DFS_GET_REFERRALS 0x00060194 macro
H A Dsmb2ops.c2878 FSCTL_DFS_GET_REFERRALS, in smb2_get_dfs_refer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dsmbfsctl.h65 #define FSCTL_DFS_GET_REFERRALS 0x00060194 macro
H A Dsmb2ops.c2878 FSCTL_DFS_GET_REFERRALS, in smb2_get_dfs_refer()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_ioctl.c191 case FSCTL_DFS_GET_REFERRALS:
252 || (ctl_code == FSCTL_DFS_GET_REFERRALS))) {
H A Dsmb2_ioctl_dfs.c108 case FSCTL_DFS_GET_REFERRALS: in smb2_ioctl_dfs()
/dports/net/samba412/samba-4.12.15/source4/libcli/smb2/
H A Dioctl.c89 || (ctl_code == FSCTL_DFS_GET_REFERRALS))) { in smb2_ioctl_is_failure()
/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb_constants.h512 #define FSCTL_DFS_GET_REFERRALS (FSCTL_DFS | FSCTL_ACCESS_ANY | 0x0194 | FSCTL_METHOD_BUFFERED) macro
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbclient/
H A D_pool.py202 ioctl_req['ctl_code'] = CtlCode.FSCTL_DFS_GET_REFERRALS
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbprotocol/
H A Dioctl.py44 FSCTL_DFS_GET_REFERRALS = 0x00060194 variable in CtlCode
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/python_dependencies/impacket/
H A Dsmb3structs.py262 FSCTL_DFS_GET_REFERRALS = 0x00060194 variable
H A Dsmbserver.py3661 smb2.FSCTL_DFS_GET_REFERRALS: self.__IoctlHandler.fsctlDfsGetReferrals,
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A Dsmb3structs.py264 FSCTL_DFS_GET_REFERRALS = 0x00060194 variable
H A Dsmbserver.py3791 smb2.FSCTL_DFS_GET_REFERRALS: self.__IoctlHandler.fsctlDfsGetReferrals,
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/python_dependencies/impacket/
H A Dsmb3structs.py262 FSCTL_DFS_GET_REFERRALS = 0x00060194 variable
H A Dsmbserver.py3661 smb2.FSCTL_DFS_GET_REFERRALS: self.__IoctlHandler.fsctlDfsGetReferrals,
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclidfs.c731 FSCTL_DFS_GET_REFERRALS, in cli_dfs_get_referral_ex()