Searched refs:host2netle (Results 1 – 2 of 2) sorted by relevance
249 #define host2netle(x) (x) macro1221 reply.hdr.data_len_NETLE = host2netle(data_len); in server_rec_conn_data()1264 reply.hdr.data_len_NETLE = host2netle(4); in server_outstanding_frames_reply()1265 reply.count_NETLE = host2netle(count); in server_outstanding_frames_reply()1499 reply.major_version_NETLE = host2netle(2005); in cmd_listen_thread()1500 reply.minor_version_NETLE = host2netle(127); in cmd_listen_thread()1624 reply.hdr.data_len_NETLE = host2netle(12); in cmd_listen_thread()1638 reply.how_many_bytes_NETLE = host2netle(1); in cmd_listen_thread()1841 reply.hdr.data_len_NETLE = host2netle(1); in cmd_listen_thread()2041 reply.hdr.data_len_NETLE = host2netle(4); in cmd_listen_thread()[all …]
134 #define host2netle(x) ( (((x)>>24)&0x000000ff) | (((x)>>8)&0x0000ff00) | (((x)<<8)&0x00ff0000) | ((… macro139 #define host2netle(x) (x) macro691 cmd.hdr.data_len_NETLE = host2netle(data_len); in agwlib_D_send_connected_data()