Searched refs:ltohl (Results 1 – 3 of 3) sorted by relevance
29 #define ltohl(x) __swap_uint32(x) macro33 #define ltohl(x) (x) macro
99 len = ltohl(msg.dent.namelen); in sync_ls()105 func(ltohl(msg.dent.mode), in sync_ls()106 ltohl(msg.dent.size), in sync_ls()107 ltohl(msg.dent.time), in sync_ls()147 *timestamp = ltohl(msg.stat.time); in sync_readtime()178 *timestamp = ltohl(msg.stat.time); in sync_finish_readtime()179 *mode = ltohl(msg.stat.mode); in sync_finish_readtime()180 *size = ltohl(msg.stat.size); in sync_finish_readtime()206 *mode = ltohl(msg.stat.mode); in sync_readmode()401 len = ltohl(msg.status.msglen); in sync_send()[all …]
179 timestamp = ltohl(msg.data.size); in handle_send_file()185 len = ltohl(msg.data.size); in handle_send_file()241 len = ltohl(msg.data.size); in handle_send_link()375 namelen = ltohl(msg.req.namelen);