libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <byteswap.h>
Go to the source code of this file.
Macros | |
#define | BYTESWAP16(x) x |
#define | BYTESWAP32(x) x |
#define | BYTESWAP64(x) x |
#define BYTESWAP16 | ( | x | ) | x |
Definition at line 22 of file byteswap.h.
#define BYTESWAP32 | ( | x | ) | x |
Definition at line 23 of file byteswap.h.
#define BYTESWAP64 | ( | x | ) | x |
Definition at line 24 of file byteswap.h.