libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <errno.h>
#include <stddef.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | le16_to_cpu le16toh |
#define | le32_to_cpu le32toh |
#define | EXPORT |
#define | IMPORT |
#define | get_unaligned(p) |
#define | get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *) (p))) |
#define | get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *) (p))) |
#define | UNALIGNED_ADDRESS(x) ((void *) (x)) |
#define EXPORT |
Definition at line 55 of file platform.h.
#define get_unaligned | ( | p | ) |
Definition at line 70 of file platform.h.
#define get_unaligned_le16 | ( | p | ) | le16_to_cpu(get_unaligned((uint16_t *) (p))) |
Definition at line 78 of file platform.h.
#define get_unaligned_le32 | ( | p | ) | le32_to_cpu(get_unaligned((uint32_t *) (p))) |
Definition at line 79 of file platform.h.
#define IMPORT |
Definition at line 56 of file platform.h.
#define le16_to_cpu le16toh |
Definition at line 39 of file platform.h.
#define le32_to_cpu le32toh |
Definition at line 43 of file platform.h.
#define UNALIGNED_ADDRESS | ( | x | ) | ((void *) (x)) |
Definition at line 81 of file platform.h.