libosmogsm 1.11.0
Osmocom GSM library
|
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | MSG_DEBUG |
#define | wpa_hexdump(x, args...) |
#define | wpa_hexdump_key(x, args...) |
#define | wpa_printf(x, args...) |
#define | os_memcpy(x, y, z) |
#define | os_memcmp(x, y, z) |
#define | os_memset(x, y, z) |
#define | os_malloc(x) |
#define | os_free(x) |
#define | __must_check |
#define __must_check |
#define MSG_DEBUG |
#define os_free | ( | x | ) |
#define os_malloc | ( | x | ) |
#define os_memcmp | ( | x, | |
y, | |||
z ) |
#define os_memcpy | ( | x, | |
y, | |||
z ) |
#define os_memset | ( | x, | |
y, | |||
z ) |
#define wpa_hexdump | ( | x, | |
args... ) |
#define wpa_hexdump_key | ( | x, | |
args... ) |
#define wpa_printf | ( | x, | |
args... ) |