Searched refs:SWAP_BE32 (Results 1 – 2 of 2) sorted by relevance
188 #define SWAP_BE32(x) (x) macro196 #define SWAP_BE32(x) bswap_32(x) macro
78 flags = SWAP_BE32(*(int *)(toybuf+24)); in nbd_client_main()