repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update case mappings to unicode 12.1.0
[musl.git]
/
src
/
network
/
netname.c
blob
ba6e665681ab76414a82c57114e34fb36653090c
1
#include <netdb.h>
2
3
struct
netent
*
getnetbyaddr
(
uint32_t
net
,
int
type
)
4
{
5
return
0
;
6
}
7
8
struct
netent
*
getnetbyname
(
const char
*
name
)
9
{
10
return
0
;
11
}
12