repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
ifaddrs.h
blob
aa20c351012c033d98e6f3319e55d171ded50b67
1
#ifndef _IFADDRS_H
2
#include <inet/ifaddrs.h>
3
#include <stdbool.h>
4
5
libc_hidden_proto
(
getifaddrs
)
6
libc_hidden_proto
(
freeifaddrs
)
7
8
extern
void
__check_pf
(
bool
*
seen_ipv4
,
bool
*
seen_ipv6
)
attribute_hidden
;
9
10
#endif
/* ifaddrs.h */