libosmogsm
1.11.0.26-c59d
Osmocom GSM library
Toggle main menu visibility
Main Page
Modules
Data Structures
Data Structures
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
Enumerations
a
b
c
e
g
i
l
m
o
p
r
s
t
Enumerator
_
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
common.h
Go to the documentation of this file.
1
3
#include <stdint.h>
4
#include <stdlib.h>
5
#include <string.h>
6
7
#define MSG_DEBUG
8
#define wpa_hexdump(x, args...)
9
#define wpa_hexdump_key(x, args...)
10
#define wpa_printf(x, args...)
11
12
#define os_memcpy(x, y, z) memcpy(x, y, z)
13
#define os_memcmp(x, y, z) memcmp(x, y, z)
14
#define os_memset(x, y, z) memset(x, y, z)
15
#define os_malloc(x) malloc(x)
16
#define os_free(x) free(x)
17
18
typedef
uint8_t
u8
;
19
typedef
uint32_t
u32
;
20
21
#define __must_check
u8
uint8_t u8
Definition:
common.h:27
u32
uint32_t u32
Definition:
common.h:25
src
gsm
milenage
common.h
Generated by
1.9.4