
Go to the source code of this file.
| Macros | |
| #define | le16toh(x) bswap_16(x) | 
| #define | le32toh(x) bswap_32(x) | 
| #define le16toh | ( | x | ) | bswap_16(x) | 
Definition at line 28 of file radiotap.c.
| #define le32toh | ( | x | ) | bswap_32(x) | 
Definition at line 31 of file radiotap.c.