HomeSort by relevance Sort by last modified time
    Searched refs:SMB2_GLOBAL_CAP_LEASING (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/python_dependencies/impacket/
smb3structs.py 60 SMB2_GLOBAL_CAP_LEASING = 0x02
    [all...]
smb3.py 449 if (negResp['Capabilities'] & SMB2_GLOBAL_CAP_LEASING) == SMB2_GLOBAL_CAP_LEASING:
512 #sessionSetup['Capabilities'] = SMB2_GLOBAL_CAP_LARGE_MTU | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_DFS
668 #sessionSetup['Capabilities'] = SMB2_GLOBAL_CAP_LARGE_MTU | SMB2_GLOBAL_CAP_LEASING | SMB2_GLOBAL_CAP_DFS
    [all...]

Completed in 63 milliseconds