Searched refs:smb_swap32 (Results 1 – 1 of 1) sorted by relevance
144 static unsigned int smb_swap32(unsigned int x) in smb_swap32() function152 return ((curl_off_t) smb_swap32((unsigned int) x) << 32) | in smb_swap64()153 smb_swap32((unsigned int) (x >> 32)); in smb_swap64()158 # define smb_swap32(x) (x) macro461 msg.session_key = smb_swap32(smbc->session_key); in smb_send_setup()462 msg.capabilities = smb_swap32(SMB_CAP_LARGE_FILES); in smb_send_setup()521 msg.share_access = smb_swap32(SMB_FILE_SHARE_ALL); in smb_send_open()523 msg.access = smb_swap32(SMB_GENERIC_READ | SMB_GENERIC_WRITE); in smb_send_open()524 msg.create_disposition = smb_swap32(SMB_FILE_OVERWRITE_IF); in smb_send_open()527 msg.access = smb_swap32(SMB_GENERIC_READ); in smb_send_open()[all …]