Searched refs:smb_swap32 (Results 1 – 1 of 1) sorted by relevance
143 static unsigned int smb_swap32(unsigned int x) in smb_swap32() function151 return ((curl_off_t) smb_swap32((unsigned int) x) << 32) | in smb_swap64()152 smb_swap32((unsigned int) (x >> 32)); in smb_swap64()157 # define smb_swap32(x) (x) macro460 msg.session_key = smb_swap32(smbc->session_key); in smb_send_setup()461 msg.capabilities = smb_swap32(SMB_CAP_LARGE_FILES); in smb_send_setup()520 msg.share_access = smb_swap32(SMB_FILE_SHARE_ALL); in smb_send_open()522 msg.access = smb_swap32(SMB_GENERIC_READ | SMB_GENERIC_WRITE); in smb_send_open()523 msg.create_disposition = smb_swap32(SMB_FILE_OVERWRITE_IF); in smb_send_open()526 msg.access = smb_swap32(SMB_GENERIC_READ); in smb_send_open()[all …]