libosmocore
1.11.0.26-c59d
Osmocom core 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
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
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Variables
_
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
x
Typedefs
Enumerations
Enumerator
_
c
g
h
i
l
o
p
r
s
z
Macros
_
a
b
c
d
g
h
i
j
l
m
n
o
r
s
t
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
socket_compat.h
Go to the documentation of this file.
1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
2
3
#if HAVE_STRUCT_SOCKADDR_STORAGE
4
#include <sys/socket.h>
5
#else
6
struct
sockaddr_storage {
7
unsigned
short
ss_family;
8
char
__data[128 -
sizeof
(
unsigned
short)];
9
};
10
#endif
include
osmocom
core
socket_compat.h
Generated by
1.9.4